|
| | Mat (Type *const mem) |
| |
| | Mat (const Armor::Mat< Type, nRows, nCols > &other) |
| |
| const Type * | begin () const |
| |
| Type * | begin () |
| |
| const Type * | end () const |
| |
| Type * | end () |
| |
| uint | size () const |
| |
| Type * | memptr () |
| |
| const Type & | operator[] (uint index) const |
| |
| Type & | operator[] (uint index) |
| |
| const Type & | operator() (uint row, uint col) const |
| |
| Type & | operator() (uint row, uint col) |
| |
| ArmaType | arma () const |
| |
| const Mat< Type, nRows, nCols > & | operator= (const Mat< Type, nRows, nCols > &other) |
| |
| const Mat< Type, nRows, nCols > & | operator= (const ArmaType &other) |
| |
| const Mat< Type, nRows, nCols > & | operator= (std::initializer_list< std::initializer_list< Type >> list) |
| |
| const Mat< Type, nRows, nCols > & | operator= (std::initializer_list< Type > list) |
| |
| bool | operator== (const ArmaType &other) |
| |
| bool | operator== (const Mat< Type, nRows, nCols > &other) |
| |
template<class Type, uint nRows, uint nCols>
class Armor::Mat< Type, nRows, nCols >
Definition at line 13 of file armor.hh.