|
Public Member Functions | |
IdentityMatrixX () | |
![]() | |
MatrixXX< C, R, T > & | ComponentMul (const MatrixXX< C, R, T > &a) |
MatrixXX () | |
MatrixXX (const MatrixXX< 1, R, T > &a, const MatrixXX< 1, R, T > &b) | |
MatrixXX (const MatrixXX< 1, R, T > &a, const MatrixXX< 1, R, T > &b, const MatrixXX< 1, R, T > &c) | |
MatrixXX (const MatrixXX< 1, R, T > &a, const MatrixXX< 1, R, T > &b, const MatrixXX< 1, R, T > &c, const MatrixXX< 1, R, T > &d) | |
MatrixXX (const SuperType &mat) | |
MatrixXX (const T *m) | |
MatrixXX (const ThisType &mat) | |
MatrixXX (T v) | |
ThisType & | operator= (const ThisType &v) |
ThisType & | operator= (T v) |
TransposedType | Transposed () |
Additional Inherited Members | |
![]() | |
typedef Internal::BaseMatrixXX< C, R, T > | SuperType |
typedef MatrixXX< C, R, T > | ThisType |
typedef MatrixXX< R, C, T > | TransposedType |
Definition at line 541 of file MatrixXX.h.
|
inline |