PLearn 0.1
|
#include <DoubleAccessSparseMatrix.h>
Public Member Functions | |
SMat (int n_rows=0, int n_cols=0, string name="<no-name>", int mode=ROW_WISE, bool double_access=false) | |
SMat (DoubleAccessSparseMatrix< T > *p) | |
DoubleAccessSparseMatrix< T > * | getPtr () |
Definition at line 195 of file DoubleAccessSparseMatrix.h.
PLearn::SMat< T >::SMat | ( | int | n_rows = 0 , |
int | n_cols = 0 , |
||
string | name = "<no-name>" , |
||
int | mode = ROW_WISE , |
||
bool | double_access = false |
||
) | [inline] |
Definition at line 200 of file DoubleAccessSparseMatrix.h.
: PP<DoubleAccessSparseMatrix<T> >(new DoubleAccessSparseMatrix<T>(n_rows, n_cols, name, mode, double_access)) {}
PLearn::SMat< T >::SMat | ( | DoubleAccessSparseMatrix< T > * | p | ) | [inline] |
Definition at line 202 of file DoubleAccessSparseMatrix.h.
: PP<DoubleAccessSparseMatrix<T> >(p) {}
DoubleAccessSparseMatrix<T>* PLearn::SMat< T >::getPtr | ( | ) | [inline] |
Definition at line 204 of file DoubleAccessSparseMatrix.h.
{ return ptr; }