|
IsoEx
|
#include <IsoEx/Math/MatrixT.hh>
Public Member Functions | |
| MatrixT (unsigned int _rows, unsigned int _cols) | |
| Construct with number of rows and columns. | |
| T & | operator() (unsigned int _i, unsigned int _j) |
| Read & write element access. | |
| const T & | operator() (unsigned int _i, unsigned int _j) const |
| Read only element access. | |
| unsigned int | rows () const |
| Number of rows. | |
| unsigned int | cols () const |
| Number of columns. | |
Simple matrix class whose scalar type is its template parameter.
1.8.8