Classes | |
| class | STK::Array2D< Real > |
| Specialization for Real. More... | |
| class | STK::MatrixLowerTriangular |
| Declaration of the lower triangular matrix class. More... | |
| class | STK::MatrixSquare |
| Derivation of the MatrixSquare class for square arrays of Real. More... | |
| class | STK::MatrixUpperTriangular |
| Declaration of the upper triangular matrix class. More... | |
| class | STK::ArrayHo< Real > |
| Templated one dimensional horizontal Array. More... | |
| class | STK::BinOpBase< Op, ExpLeft, ExpRight > |
| Binary Operator bbase class. More... | |
| class | STK::BinOpBase< Op, Real, ExpRight > |
| Specialized Binary Operator Base class for the case Real Op Exp. More... | |
| class | STK::BinOpBase< Op, ExpLeft, Real > |
| Specialized Binary Operator Base class for the case Exp Op Real. More... | |
| class | STK::BinOpBase< Mult, Matrix, ExpRight > |
| Specialized Binary Operator Base class for the case Matrix * ExpRight. More... | |
| class | STK::BinOpBase< Mult, ExpLeft, Matrix > |
| Specialized Binary Operator Base class for the case ExpLeft * Matrix. More... | |
| class | STK::BinOpBase< Mult, MatrixSquare, ExpRight > |
| Specialized Binary Operator Base class for the case Matrix * ExpRight. More... | |
| class | STK::BinOpBase< Mult, ExpLeft, MatrixSquare > |
| Specialized Binary Operator Base class for the case ExpLeft * MatrixSquare. More... | |
| class | STK::BinOpBase< Mult, MatrixUpperTriangular, ExpRight > |
| Specialized Binary Operator Base class for the case MatrixUpperTriangular * ExpRight. More... | |
| class | STK::BinOpBase< Mult, ExpLeft, MatrixUpperTriangular > |
| Specialized Binary Operator Base class for the case ExpLeft * MatrixUpperTriangular. More... | |
| class | STK::BinOpBase< Mult, MatrixLowerTriangular, ExpRight > |
| Specialized Binary Operator Base class for the case MatrixLowerTriangular * ExpRight. More... | |
| class | STK::BinOpBase< Mult, ExpLeft, MatrixLowerTriangular > |
| Specialized Binary Operator Base class for the case ExpLeft * MatrixLowerTriangular. More... | |
| class | STK::BinOp< Op, ExpLeft, ExpRight > |
| Binary Operator class derived from BinOpBase class which is specialized. More... | |
| class | STK::UnOp< Op, Exp > |
| UnOp class for unary operators. More... | |
| struct | STK::Plus |
| General Binary Operator Plus. More... | |
| struct | STK::Minus |
| General Binary Operator Minus. More... | |
| struct | STK::Mult |
| General Binary Operator Mult. More... | |
| struct | STK::Div |
| General Binary Operator Div. More... | |
| struct | STK::Uplus |
| Unary Operator Plus. More... | |
| struct | STK::Uminus |
| Unary Operator Minus. More... | |
| class | STK::Array1D< Real > |
Specialization of the templated class Array1D for Real. More... | |
Typedefs | |
| typedef Array2D< Real > | STK::Matrix |
| Specialization of the Array2D class for Real values. | |
| typedef ArrayHo< Real > | STK::Point |
| final class for a Real horizontal container. | |
| typedef Array1D< Real > | STK::Vector |
| Real one dimensional Vertical Array. | |
Algebra project
| typedef Array2D<Real> STK::Matrix |
A Matrix is a col oriented 2D container of Real.
Definition at line 79 of file STK_Matrix.h.
| typedef ArrayHo<Real> STK::Point |
A Point is a row oriented 1D container of Real. It support templates for partial evaluation at compile-time.
Definition at line 77 of file STK_Point.h.
| typedef Array1D<Real> STK::Vector |
A Vector is a col oriented 1D container of Real. It support templates for partial evaluation at compile-time.
Definition at line 71 of file STK_Vector.h.
1.6.3