occ
Loading...
Searching...
No Matches
occ::mults::SFunctionTerm Struct Reference

Represents a single S-function term to evaluate. More...

#include <sfunction_term.h>

Public Member Functions

 SFunctionTerm ()=default
 
 SFunctionTerm (int t1_, int t2_, int j_, double coeff_, int power_)
 

Public Attributes

int t1
 
int t2
 
int j
 
double coeff
 
int power
 

Detailed Description

Represents a single S-function term to evaluate.

Corresponds to one entry in Orient's list(:), q1(:), q2(:), fac(:) arrays

Constructor & Destructor Documentation

◆ SFunctionTerm() [1/2]

occ::mults::SFunctionTerm::SFunctionTerm ( )
default

◆ SFunctionTerm() [2/2]

occ::mults::SFunctionTerm::SFunctionTerm ( int  t1_,
int  t2_,
int  j_,
double  coeff_,
int  power_ 
)
inline

Member Data Documentation

◆ coeff

double occ::mults::SFunctionTerm::coeff

◆ j

int occ::mults::SFunctionTerm::j

◆ power

int occ::mults::SFunctionTerm::power

◆ t1

int occ::mults::SFunctionTerm::t1

◆ t2

int occ::mults::SFunctionTerm::t2

The documentation for this struct was generated from the following file: