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.
|
ArrayDeleter< T > | Array deleter helper class |
BandMatrix< TR, TC > | Generalized band matrix class (not end-user) |
basic_scbmatrix< TR, TC > | End-user class encapsulating band square matrix of complex numbers |
BandMatrix< TR, TR > | |
basic_srbmatrix< TR > | End-user class encapsulating band square matrix of real numbers |
BaseFunction< T > | Generic function (not end-user) |
UnaryFunction< T > | Generic unary function (not end-user) |
BinaryFunction< T > | Generic binary function (not end-user) |
basic_array< TR, TC > | Abstract array of numbers with increment between them. Root object for all library classes |
basic_cvector< TR, TC > | End-user class encapsulating vector of complex numbers |
Matrix< TR, TC > | Generalized matrix class (not end-user) |
basic_cmatrix< TR, TC > | End-user class encapsulating matrix of complex numbers |
basic_scmatrix< TR, TC > | End-user class encapsulating square matrix of complex numbers |
basic_scbmatrix< TR, TC > | End-user class encapsulating band square matrix of complex numbers |
basic_schmatrix< TR, TC > | End-user class encapsulating hermitian matrix of complex numbers |
basic_array< TR, TR > | |
basic_rvector< TR > | End-user class encapsulating vector of real numbers |
Matrix< TR, TR > | |
basic_rmatrix< TR > | End-user class encapsulating matrix of real numbers |
basic_srmatrix< TR > | End-user class encapsulating square matrix of real numbers |
basic_srbmatrix< TR > | End-user class encapsulating band square matrix of real numbers |
basic_srsmatrix< TR > | End-user class encapsulating symmetric matrix of real numbers |
basic_function< T > | End-user class encapsulating elementary function of real or complex numbers (depending on T type) |
cvmexception | Library exception class |
ErrMessages | Internal error messages holder |
FArray< T > | Generalized array of functions class (not end-user) |
basic_fmatrix< T > | Matrix of functions class |
basic_fvector< T > | Vector of functions class |
FArray< tcomplex > | |
basic_fmatrix< tcomplex > | |
cfmatrix | Matrix of complex functions |
basic_fvector< tcomplex > | |
cfvector | Vector of complex functions |
FArray< treal > | |
basic_fmatrix< treal > | |
rfmatrix | Matrix of real functions |
basic_fvector< treal > | |
rfvector | Vector of real functions |
FunctionFactory< T > | Function Factory (not end-user) |
Randomizer< T > | Random numbers generator |
SqMatrix< TR, TC > | Generalized square matrix class (not end-user) |
basic_scmatrix< TR, TC > | End-user class encapsulating square matrix of complex numbers |
SqMatrix< TR, TR > | |
basic_srmatrix< TR > | End-user class encapsulating square matrix of real numbers |
type_proxy< T, TR > | Read-write access for a particular value |
TR |