beginRow | PLearn::SparseMatrix | |
diag(Vec &d) | PLearn::SparseMatrix | |
diagonalOfSquare(Vec &d) | PLearn::SparseMatrix | |
dotColumn(int j, Vec v) | PLearn::SparseMatrix | |
dotRow(int i, Vec v) | PLearn::SparseMatrix | |
endRow | PLearn::SparseMatrix | |
length() const | PLearn::SparseMatrix | [inline] |
loadFortran(const char *filename) | PLearn::SparseMatrix | |
n_rows | PLearn::SparseMatrix | |
product(const Vec &x, Vec &y) | PLearn::SparseMatrix | |
resize(int nbrows, int n_columns, int n_non_zero) | PLearn::SparseMatrix | |
row | PLearn::SparseMatrix | |
saveFortran(const char *filename) | PLearn::SparseMatrix | |
SparseMatrix() | PLearn::SparseMatrix | [inline] |
SparseMatrix(int nbrows, int n_columns, int n_non_zero) | PLearn::SparseMatrix | [inline] |
SparseMatrix(Vec bRow, Vec eRow, Vec Row, Vec Values, int nbrows) | PLearn::SparseMatrix | [inline] |
SparseMatrix(Mat m) | PLearn::SparseMatrix | |
SparseMatrix(string filename) | PLearn::SparseMatrix | [inline] |
toMat() | PLearn::SparseMatrix | |
values | PLearn::SparseMatrix | |
width() const | PLearn::SparseMatrix | [inline] |