|
| typedef ZeroMatrix< float > | CDPL::Math::FZeroMatrix |
| | Memory-efficient immutable matrix where all elements have the value zero of type float. More...
|
| |
| typedef ZeroMatrix< double > | CDPL::Math::DZeroMatrix |
| | Memory-efficient immutable matrix where all elements have the value zero of type double. More...
|
| |
| typedef ZeroMatrix< long > | CDPL::Math::LZeroMatrix |
| | Memory-efficient immutable matrix where all elements have the value zero of type long. More...
|
| |
| typedef ZeroMatrix< unsigned long > | CDPL::Math::ULZeroMatrix |
| | Memory-efficient immutable matrix where all elements have the value zero of type unsigned long. More...
|
| |
| typedef ScalarMatrix< float > | CDPL::Math::FScalarMatrix |
| | Memory-efficient immutable matrix where all elements have the same value of type float. More...
|
| |
| typedef ScalarMatrix< double > | CDPL::Math::DScalarMatrix |
| | Memory-efficient immutable matrix where all elements have the same value of type double. More...
|
| |
| typedef ScalarMatrix< long > | CDPL::Math::LScalarMatrix |
| | Memory-efficient immutable matrix where all elements have the same value of type long. More...
|
| |
| typedef ScalarMatrix< unsigned long > | CDPL::Math::ULScalarMatrix |
| | Memory-efficient immutable matrix where all elements have the same value of type unsigned long. More...
|
| |
| typedef IdentityMatrix< float > | CDPL::Math::FIdentityMatrix |
| | Memory-efficient immutable identity matrix with element values of type float. More...
|
| |
| typedef IdentityMatrix< double > | CDPL::Math::DIdentityMatrix |
| | Memory-efficient immutable identity matrix with element values of type double. More...
|
| |
| typedef IdentityMatrix< long > | CDPL::Math::LIdentityMatrix |
| | Memory-efficient immutable identity matrix with element values of type long. More...
|
| |
| typedef IdentityMatrix< unsigned long > | CDPL::Math::ULIdentityMatrix |
| | Memory-efficient immutable identity matrix with element values of type unsigned long. More...
|
| |
| typedef Matrix< float > | CDPL::Math::FMatrix |
| | Unbounded dense matrix holding floating point values of type float.. More...
|
| |
| typedef Matrix< double > | CDPL::Math::DMatrix |
| | Unbounded dense matrix holding floating point values of type double.. More...
|
| |
| typedef Matrix< long > | CDPL::Math::LMatrix |
| | Unbounded dense matrix holding signed integers of type long. More...
|
| |
| typedef Matrix< unsigned long > | CDPL::Math::ULMatrix |
| | Unbounded dense matrix holding unsigned integers of type unsigned long. More...
|
| |
| typedef CMatrix< float, 2, 2 > | CDPL::Math::Matrix2F |
| | Bounded 2x2 matrix holding floating point values of type float. More...
|
| |
| typedef CMatrix< float, 3, 3 > | CDPL::Math::Matrix3F |
| | Bounded 3x3 matrix holding floating point values of type float. More...
|
| |
| typedef CMatrix< float, 4, 4 > | CDPL::Math::Matrix4F |
| | Bounded 4x4 matrix holding floating point values of type float. More...
|
| |
| typedef CMatrix< double, 2, 2 > | CDPL::Math::Matrix2D |
| | Bounded 2x2 matrix holding floating point values of type double. More...
|
| |
| typedef CMatrix< double, 3, 3 > | CDPL::Math::Matrix3D |
| | Bounded 3x3 matrix holding floating point values of type double. More...
|
| |
| typedef CMatrix< double, 4, 4 > | CDPL::Math::Matrix4D |
| | Bounded 4x4 matrix holding floating point values of type double. More...
|
| |
| typedef CMatrix< long, 2, 2 > | CDPL::Math::Matrix2L |
| | Bounded 2x2 matrix holding signed integers of type long. More...
|
| |
| typedef CMatrix< long, 3, 3 > | CDPL::Math::Matrix3L |
| | Bounded 3x3 matrix holding signed integers of type long. More...
|
| |
| typedef CMatrix< long, 4, 4 > | CDPL::Math::Matrix4L |
| | Bounded 4x4 matrix holding signed integers of type long. More...
|
| |
| typedef CMatrix< unsigned long, 2, 2 > | CDPL::Math::Matrix2UL |
| | Bounded 2x2 matrix holding unsigned integers of type unsigned long. More...
|
| |
| typedef CMatrix< unsigned long, 3, 3 > | CDPL::Math::Matrix3UL |
| | Bounded 3x3 matrix holding unsigned integers of type unsigned long. More...
|
| |
| typedef CMatrix< unsigned long, 4, 4 > | CDPL::Math::Matrix4UL |
| | Bounded 4x4 matrix holding unsigned integers of type unsigned long. More...
|
| |
| typedef SparseMatrix< float > | CDPL::Math::SparseFMatrix |
| | Unbounded sparse matrix holding floating point values of type float.. More...
|
| |
| typedef SparseMatrix< double > | CDPL::Math::SparseDMatrix |
| | Unbounded sparse matrix holding floating point values of type double.. More...
|
| |
| typedef SparseMatrix< long > | CDPL::Math::SparseLMatrix |
| | Unbounded sparse matrix holding signed integers of type long. More...
|
| |
| typedef SparseMatrix< unsigned long > | CDPL::Math::SparseULMatrix |
| | Unbounded sparse matrix holding unsigned integers of type unsigned long. More...
|
| |
Definition of matrix data types.