#include <HTbase.h>
Public Member Functions | |
matrix (unsigned int m, unsigned int n) | |
T & | operator() (unsigned int i, unsigned int j) |
const T & | operator() (unsigned int i, unsigned int j) const |
Private Attributes | |
unsigned int | _m |
std::vector< T > | _matrix |
unsigned int | _n |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 29 of file HTbase.h.
Referenced by tmtt::matrix< std::unique_ptr< tmtt::HTcell > >::operator()().
|
private |
Definition at line 28 of file HTbase.h.
Referenced by tmtt::matrix< std::unique_ptr< tmtt::HTcell > >::operator()().
|
private |
Definition at line 29 of file HTbase.h.
Referenced by tmtt::matrix< std::unique_ptr< tmtt::HTcell > >::operator()().