CVM Class Library
8.1
This C++ class library encapsulates concepts of vector and different matrices including square, band, symmetric and hermitian ones in Euclidean space of real and complex numbers.
|
This is the complete list of members for cfvector, including all inherited members.
BaseFArray typedef | basic_fvector< tcomplex > | protected |
BaseFunction typedef | basic_fvector< tcomplex > | protected |
BaseFVector typedef | cfvector | protected |
basic_fvector() | basic_fvector< tcomplex > | inline |
basic_fvector(size_t nSize) | basic_fvector< tcomplex > | inlineexplicit |
basic_fvector(const string_array &saInput) | basic_fvector< tcomplex > | inlineexplicit |
basic_fvector(const string_array &saVars, const string_array &saBodies, const string_array &saParameters, const string_array &saMeanings) | basic_fvector< tcomplex > | inline |
basic_fvector(const basic_fvector &fv) | basic_fvector< tcomplex > | inline |
basic_fvector(basic_fvector &&fv) | basic_fvector< tcomplex > | inline |
cfvector() | cfvector | inline |
cfvector(size_t nSize) | cfvector | inlineexplicit |
cfvector(const string_array &saInput) | cfvector | inlineexplicit |
cfvector(const string_array &saVars, const string_array &saBodies, const string_array &saParameters, const string_array &saMeanings) | cfvector | inline |
cfvector(const BaseFVector &fv) | cfvector | inline |
cfvector(BaseFVector &&fv) | cfvector | inline |
drv(size_t nVarNum) const | basic_fvector< tcomplex > | inline |
FArray() | FArray< tcomplex > | inline |
FArray(size_t nSize) | FArray< tcomplex > | inlineexplicit |
FArray(const FArray &a) | FArray< tcomplex > | inline |
FArray(FArray &&a) | FArray< tcomplex > | inline |
FArray(const string_array &saInput) | FArray< tcomplex > | inlineexplicit |
FArray(const string_array &saVars, const string_array &saBodies, const string_array &saParameters, const string_array &saMeanings) | FArray< tcomplex > | inline |
impl() | FArray< tcomplex > | inline |
impl() const | FArray< tcomplex > | inline |
jacobian(size_t nfrom=0, size_t vars=0) const | basic_fvector< tcomplex > | inline |
jacobian(basic_fmatrix< tcomplex > &fmj, size_t nfrom=0, size_t vars=0) const | basic_fvector< tcomplex > | inline |
mult(const basic_fvector &fv, const basic_fmatrix< tcomplex > &fm) | basic_fvector< tcomplex > | inline |
mult(const basic_fmatrix< tcomplex > &fm, const basic_fvector &fv) | basic_fvector< tcomplex > | inline |
mv | FArray< tcomplex > | protected |
operator!=(const basic_fvector &fv) const | basic_fvector< tcomplex > | inline |
operator()() const | cfvector | inline |
operator()(tcomplex d) const | cfvector | inline |
operator()(tcomplex d1, tcomplex d2) const | cfvector | inline |
operator()(tcomplex d1, tcomplex d2, tcomplex d3) const | cfvector | inline |
operator()(const tcomplex *pd) const | cfvector | inline |
operator*(const BaseFunction &f) const | basic_fvector< tcomplex > | inline |
operator*(const tcomplex &d) const | basic_fvector< tcomplex > | inline |
operator*(const basic_fvector &fv) const | basic_fvector< tcomplex > | inline |
operator*(const basic_fmatrix< tcomplex > &fm) const | basic_fvector< tcomplex > | inline |
operator*=(const BaseFunction &f) | basic_fvector< tcomplex > | inline |
operator*=(const tcomplex &d) | basic_fvector< tcomplex > | inline |
operator+(const basic_fvector &fv) const | basic_fvector< tcomplex > | inline |
operator+=(const basic_fvector &fv) | basic_fvector< tcomplex > | inline |
operator-(const basic_fvector &fv) const | basic_fvector< tcomplex > | inline |
operator-=(const basic_fvector &fv) | basic_fvector< tcomplex > | inline |
operator/(const BaseFunction &f) const | basic_fvector< tcomplex > | inline |
operator/(const tcomplex &d) const | basic_fvector< tcomplex > | inline |
operator/=(const BaseFunction &f) | basic_fvector< tcomplex > | inline |
operator/=(const tcomplex &d) | basic_fvector< tcomplex > | inline |
operator<<(const basic_fvector &fv) | basic_fvector< tcomplex > | inline |
operator=(const basic_fvector &fv) | basic_fvector< tcomplex > | inline |
operator=(basic_fvector &&fv) | basic_fvector< tcomplex > | inline |
operator==(const basic_fvector &fv) const | basic_fvector< tcomplex > | inline |
operator[](size_t n) const | FArray< tcomplex > | inline |
operator[](size_t n) | FArray< tcomplex > | inline |
simp() | basic_fvector< tcomplex > | inline |
size() const | FArray< tcomplex > | inline |
value(tcomplex *pv) const | FArray< tcomplex > | inline |
value(tcomplexd, tcomplex *pv) const | FArray< tcomplex > | inline |
value(tcomplexd1, tcomplexd2, tcomplex *pv) const | FArray< tcomplex > | inline |
value(tcomplexd1, tcomplexd2, tcomplexd3, tcomplex *pv) const | FArray< tcomplex > | inline |
value(const tcomplex *pd, tcomplex *pv) const | FArray< tcomplex > | inline |
~FArray() | FArray< tcomplex > | inlinevirtual |