TRF Language Model
|
This is the complete list of members for wb::Mat< T >, including all inherited members.
ByteSize() const | wb::MatShell< T > | inline |
Copy(MatShell< T > &m) | wb::Mat< T > | |
Fill(T v) | wb::MatShell< T > | |
Get(unsigned int i, unsigned int j) | wb::MatShell< T > | inline |
GetBuf() const | wb::MatShell< T > | inline |
GetCol() const | wb::MatShell< T > | inline |
GetRow() const | wb::MatShell< T > | inline |
GetSize() const | wb::MatShell< T > | inline |
m_nCol | wb::MatShell< T > | protected |
m_nRow | wb::MatShell< T > | protected |
m_pBuf | wb::MatShell< T > | protected |
Mat() | wb::Mat< T > | inline |
Mat(int row, int col) | wb::Mat< T > | inline |
MatShell() | wb::MatShell< T > | inline |
MatShell(T *pbuf, int row, int col) | wb::MatShell< T > | inline |
operator T*() | wb::MatShell< T > | inline |
operator==(MatShell &m) | wb::MatShell< T > | |
operator[](int i) | wb::MatShell< T > | inline |
Read(File &file) | wb::MatShell< T > | |
Reset(int row=0, int col=0) | wb::Mat< T > | |
wb::MatShell::Reset(T *pbuf, int row, int col) | wb::MatShell< T > | inline |
Write(File &file) | wb::MatShell< T > | |
~Mat() | wb::Mat< T > | inline |