List of all members.
Public Member Functions |
| GenericVariable (const GenericVariable &v2) |
| GenericVariable (GenericVariable &&v2) |
| GenericVariable (bool acomplex=false, int adim=1) |
GenericVariable & | operator= (const GenericVariable &v2) |
int | Dimension () const |
bool | IsComplex () const |
double & | ValueDouble (int i=0) |
complex< double > & | ValueComplex (int i=0) |
const double & | ValueDouble (int i=0) const |
const std::complex< double > & | ValueComplex (int i=0) const |
template<typename SCAL > |
SCAL | Value (int i) const |
The documentation for this class was generated from the following file: