template<typename T>
class Bembel::GenericMatrix< T >
Definition at line 18 of file GenericMatrix.hpp.
|
| GenericMatrix (rowIndex rows, colIndex cols) |
|
| GenericMatrix (const GenericMatrix &other) |
|
| GenericMatrix (GenericMatrix &&other) |
|
void | resize (rowIndex rows, colIndex cols) |
|
colIndex | cols () const |
|
rowIndex | rows () const |
|
const T & | operator() (rowIndex row, colIndex col) const |
|
T & | operator() (rowIndex row, colIndex col) |
|
GenericMatrix & | operator= (GenericMatrix other) |
|
|
typedef std::vector< std::vector< T > >::size_type | colIndex |
|
typedef std::vector< T >::size_type | rowIndex |
|
The documentation for this class was generated from the following file: