|
AMCAX Kernel 1.0.0.0
|
Class of matrix. More...
#include <common/CoordT.hpp>

Classes | |
| class | AMCAX::MatrixT< Scalar, ROW, COL > |
| Class of fixed-size matrix. More... | |
| class | AMCAX::MatrixT< Scalar, 2, 2 > |
| Specialized class of 2x2 matrix. More... | |
| class | AMCAX::MatrixT< Scalar, 3, 3 > |
| Specialized class of 3x3 matrix. More... | |
Namespaces | |
| namespace | AMCAX |
| Namespace of all interface in the AMCAX kernel. | |
Typedefs | |
| using | AMCAX::Matrix2 = MatrixT<double, 2, 2> |
| 2 x 2 real matrix | |
| using | AMCAX::Matrix3 = MatrixT<double, 3, 3> |
| 3 x 3 real matrix | |
Class of matrix.
Implementation of fixed-size matrix