PLearn 0.1
|
#include <ProbSparseMatrix.h>
Public Member Functions | |
PSMat (int n_rows=0, int n_cols=0, string name="pXY", int mode=ROW_WISE, bool double_access=false) | |
PSMat (ProbSparseMatrix *p) |
Definition at line 92 of file ProbSparseMatrix.h.
PLearn::PSMat::PSMat | ( | int | n_rows = 0 , |
int | n_cols = 0 , |
||
string | name = "pXY" , |
||
int | mode = ROW_WISE , |
||
bool | double_access = false |
||
) | [inline] |
Definition at line 97 of file ProbSparseMatrix.h.
: PP<ProbSparseMatrix>(new ProbSparseMatrix(n_rows, n_cols, name, mode, double_access)) {}
PLearn::PSMat::PSMat | ( | ProbSparseMatrix * | p | ) | [inline] |
Definition at line 99 of file ProbSparseMatrix.h.
: PP<ProbSparseMatrix>(p) {}