TRF Language Model
|
#include <wb-mat.h>
Public Member Functions | |
Mat () | |
Mat (int row, int col) | |
~Mat () | |
void | Reset (int row=0, int col=0) |
void | Copy (MatShell< T > &m) |
Public Member Functions inherited from wb::MatShell< T > | |
MatShell () | |
MatShell (T *pbuf, int row, int col) | |
void | Fill (T v) |
T * | GetBuf () const |
T & | Get (unsigned int i, unsigned int j) |
int | GetSize () const |
int | ByteSize () const |
int | GetRow () const |
int | GetCol () const |
void | Reset (T *pbuf, int row, int col) |
void | Read (File &file) |
void | Write (File &file) |
VecShell< T > | operator[] (int i) |
operator T* () | |
bool | operator== (MatShell &m) |
Additional Inherited Members | |
Protected Attributes inherited from wb::MatShell< T > | |
T * | m_pBuf |
buf pointer More... | |
int | m_nRow |
int | m_nCol |