#include <CSparseMatrix.h>
◆ CCompressedColumnFormat() [1/3]
CCompressedColumnFormat::CCompressedColumnFormat |
( |
| ) |
|
|
private |
◆ CCompressedColumnFormat() [2/3]
CCompressedColumnFormat::CCompressedColumnFormat |
( |
const size_t & |
rows, |
|
|
const size_t & |
columns, |
|
|
const size_t & |
nonZeros |
|
) |
| |
◆ CCompressedColumnFormat() [3/3]
CCompressedColumnFormat::CCompressedColumnFormat |
( |
const CSparseMatrix & |
matrix | ) |
|
◆ ~CCompressedColumnFormat()
CCompressedColumnFormat::~CCompressedColumnFormat |
( |
| ) |
|
◆ beginRow()
◆ endRow()
◆ getColumnStart() [1/2]
size_t * CCompressedColumnFormat::getColumnStart |
( |
| ) |
|
◆ getColumnStart() [2/2]
const size_t * CCompressedColumnFormat::getColumnStart |
( |
| ) |
const |
◆ getRowIndex() [1/2]
size_t * CCompressedColumnFormat::getRowIndex |
( |
| ) |
|
◆ getRowIndex() [2/2]
const size_t * CCompressedColumnFormat::getRowIndex |
( |
| ) |
const |
◆ getValues() [1/2]
C_FLOAT64 * CCompressedColumnFormat::getValues |
( |
| ) |
|
◆ getValues() [2/2]
const C_FLOAT64 * CCompressedColumnFormat::getValues |
( |
| ) |
const |
◆ numCols()
size_t CCompressedColumnFormat::numCols |
( |
| ) |
const |
◆ numNonZeros()
size_t CCompressedColumnFormat::numNonZeros |
( |
| ) |
const |
◆ numRows()
size_t CCompressedColumnFormat::numRows |
( |
| ) |
const |
◆ operator=()
References C_FLOAT64, CSparseMatrix::getColumns(), mNumCols, mNumRows, mpColumnStart, mpRowIndex, mpValue, CSparseMatrix::numCols(), CSparseMatrix::numNonZeros(), CSparseMatrix::numRows(), pdelete, and pdeletev.
◆ mNumCols
size_t CCompressedColumnFormat::mNumCols |
|
private |
◆ mNumRows
size_t CCompressedColumnFormat::mNumRows |
|
private |
◆ mpColumnStart
size_t* CCompressedColumnFormat::mpColumnStart |
|
private |
◆ mpRowIndex
size_t* CCompressedColumnFormat::mpRowIndex |
|
private |
◆ mpValue
The documentation for this class was generated from the following files: