PLearn 0.1
Public Member Functions
PLearn::PSMat Class Reference

#include <ProbSparseMatrix.h>

Inheritance diagram for PLearn::PSMat:
Inheritance graph
[legend]
Collaboration diagram for PLearn::PSMat:
Collaboration graph
[legend]

List of all members.

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)

Detailed Description

Definition at line 92 of file ProbSparseMatrix.h.


Constructor & Destructor Documentation

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) {}

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines