#include <CSparseMatrix.h>
List of all members.
Constructor & Destructor Documentation
| CCompressedColumnFormat::CCompressedColumnFormat |
( |
const unsigned C_INT32 & |
rows, |
|
|
const unsigned C_INT32 & |
columns, |
|
|
const unsigned C_INT32 & |
nonZeros |
|
) |
| |
| CCompressedColumnFormat::CCompressedColumnFormat |
( |
const CSparseMatrix & |
matrix | ) |
|
| CCompressedColumnFormat::~CCompressedColumnFormat |
( |
| ) |
|
Member Function Documentation
| const unsigned C_INT32 * CCompressedColumnFormat::getColumnStart |
( |
| ) |
const |
| unsigned C_INT32 * CCompressedColumnFormat::getColumnStart |
( |
| ) |
|
| const unsigned C_INT32 * CCompressedColumnFormat::getRowIndex |
( |
| ) |
const |
| unsigned C_INT32 * CCompressedColumnFormat::getRowIndex |
( |
| ) |
|
| const C_FLOAT64 * CCompressedColumnFormat::getValues |
( |
| ) |
const |
| C_FLOAT64 * CCompressedColumnFormat::getValues |
( |
| ) |
|
| unsigned C_INT32 CCompressedColumnFormat::numCols |
( |
| ) |
const |
| unsigned C_INT32 CCompressedColumnFormat::numNonZeros |
( |
| ) |
const |
| unsigned C_INT32 CCompressedColumnFormat::numRows |
( |
| ) |
const |
The documentation for this class was generated from the following files: