This is the complete list of members for
GClasses::GSparseMatrix, including all inherited members.
cols() | GClasses::GSparseMatrix | [inline] |
copyFrom(GSparseMatrix *that) | GClasses::GSparseMatrix | |
copyFrom(GMatrix *that) | GClasses::GSparseMatrix | |
copyRow(Map &row) | GClasses::GSparseMatrix | |
defaultValue() | GClasses::GSparseMatrix | [inline] |
fullRow(double *pOutFullRow, size_t row) | GClasses::GSparseMatrix | |
get(size_t row, size_t col) | GClasses::GSparseMatrix | |
GSparseMatrix(size_t rows, size_t cols, double defaultValue=0.0) | GClasses::GSparseMatrix | |
GSparseMatrix(GDomNode *pNode) | GClasses::GSparseMatrix | |
Iter typedef | GClasses::GSparseMatrix | |
m_cols | GClasses::GSparseMatrix | [protected] |
m_defaultValue | GClasses::GSparseMatrix | [protected] |
m_rows | GClasses::GSparseMatrix | [protected] |
Map typedef | GClasses::GSparseMatrix | [protected] |
multiply(double scalar) | GClasses::GSparseMatrix | |
newRow() | GClasses::GSparseMatrix | |
newRows(size_t n) | GClasses::GSparseMatrix | |
row(size_t i) | GClasses::GSparseMatrix | [inline] |
rowBegin(size_t i) | GClasses::GSparseMatrix | [inline] |
rowEnd(size_t i) | GClasses::GSparseMatrix | [inline] |
rowNonDefValues(size_t i) | GClasses::GSparseMatrix | [inline] |
rows() | GClasses::GSparseMatrix | [inline] |
serialize(GDom *pDoc) | GClasses::GSparseMatrix | |
set(size_t row, size_t col, double val) | GClasses::GSparseMatrix | |
shuffle(GRand *pRand, GMatrix *pLabels=NULL) | GClasses::GSparseMatrix | |
singularValueDecomposition(GSparseMatrix **ppU, double **ppDiag, GSparseMatrix **ppV, bool throwIfNoConverge=false, size_t maxIters=80) | GClasses::GSparseMatrix | |
singularValueDecompositionHelper(GSparseMatrix **ppU, double **ppDiag, GSparseMatrix **ppV, bool throwIfNoConverge, size_t maxIters) | GClasses::GSparseMatrix | [protected] |
subMatrix(size_t row, size_t col, size_t height, size_t width) | GClasses::GSparseMatrix | |
swapColumns(size_t a, size_t b) | GClasses::GSparseMatrix | |
swapRows(size_t a, size_t b) | GClasses::GSparseMatrix | |
test() | GClasses::GSparseMatrix | [static] |
toFullMatrix() | GClasses::GSparseMatrix | |
transpose() | GClasses::GSparseMatrix | |
~GSparseMatrix() | GClasses::GSparseMatrix | |