|
Darc Library
2012.11
|
#include <cr_matrix.h>
Public Types | |
| typedef BaseMatrix< Matrix< T, M, N > > | Base |
Public Member Functions | |
| Matrix () | |
| Matrix (const Base &_m) | |
| Type | operator() (int _m, int _n) const |
| Type & | operator() (int _m, int _n) |
| typedef BaseMatrix<Matrix<T,M,N> > darc::core::Matrix< T, M, N >::Base |
Reimplemented in darc::core::Matrix2D_T< T >, darc::core::Matrix3D_T< T >, darc::core::Matrix4D_T< T >, and darc::core::Matrix4D_T< Real >.
| darc::core::Matrix< T, M, N >::Matrix | ( | ) | [inline] |
| darc::core::Matrix< T, M, N >::Matrix | ( | const Base & | _m | ) | [inline] |
| Type darc::core::Matrix< T, M, N >::operator() | ( | int | _m, |
| int | _n | ||
| ) | const [inline] |
Reimplemented from darc::core::BaseMatrix< Matrix< T, M, N > >.
| Type& darc::core::Matrix< T, M, N >::operator() | ( | int | _m, |
| int | _n | ||
| ) | [inline] |
Reimplemented from darc::core::BaseMatrix< Matrix< T, M, N > >.