#include <sparsematrix.hpp>
|
int | h |
|
int | w |
|
int | nnz |
|
mwIndex * | jc |
|
mwIndex * | ir |
|
double * | x |
|
Definition at line 34 of file sparsematrix.hpp.
◆ SparseMatrix()
SparseMatrix::SparseMatrix |
( |
const mxArray * |
ptr | ) |
|
|
explicit |
◆ ~SparseMatrix()
SparseMatrix::~SparseMatrix |
( |
| ) |
|
◆ numelems() [1/2]
int SparseMatrix::numelems |
( |
| ) |
const |
|
inline |
◆ numelems() [2/2]
int SparseMatrix::numelems |
( |
int |
c | ) |
const |
◆ getColsAndRows()
void SparseMatrix::getColsAndRows |
( |
int * |
cols, |
|
|
int * |
rows |
|
) |
| const |
◆ copyto() [1/2]
◆ copyto() [2/2]
void SparseMatrix::copyto |
( |
double * |
dest | ) |
const |
◆ getSizeOfSparseMatrix()
static int SparseMatrix::getSizeOfSparseMatrix |
( |
const mxArray * |
ptr | ) |
|
|
static |
◆ isLowerTri()
static bool SparseMatrix::isLowerTri |
( |
const mxArray * |
ptr | ) |
|
|
static |
◆ inIncOrder()
static bool SparseMatrix::inIncOrder |
( |
const mxArray * |
ptr | ) |
|
|
static |
◆ height
◆ width
◆ nnz
◆ jc
mwIndex* SparseMatrix::jc |
|
protected |
◆ ir
mwIndex* SparseMatrix::ir |
|
protected |
The documentation for this class was generated from the following file: