#include <SparseVMatrix.h>
Collaboration diagram for PLearn::SparseVMatrixRow:
Public Member Functions | |
SparseVMatrixRow () | |
Public Attributes | |
int | nelements |
number of non zero elements in row | |
int | row_startpos |
index of first element of this row in both the positions and the values arrays |
Definition at line 60 of file SparseVMatrix.h.
|
Definition at line 65 of file SparseVMatrix.h. References nelements, and row_startpos. |
|
number of non zero elements in row
Definition at line 63 of file SparseVMatrix.h. Referenced by PLearn::SparseVMatrix::dot(), PLearn::SparseVMatrix::getNewRow(), PLearn::SparseVMatrix::SparseVMatrix(), and SparseVMatrixRow(). |
|
index of first element of this row in both the positions and the values arrays
Definition at line 64 of file SparseVMatrix.h. Referenced by PLearn::SparseVMatrix::dot(), PLearn::SparseVMatrix::getNewRow(), PLearn::SparseVMatrix::SparseVMatrix(), and SparseVMatrixRow(). |