#include <sparsematrix.hpp>
List of all members.
Protected Attributes |
| int | h |
| int | w |
| int | nnz |
| mwIndex * | jc |
| mwIndex * | ir |
| double * | x |
Detailed Description
Definition at line 34 of file sparsematrix.hpp.
Constructor & Destructor Documentation
| SparseMatrix::SparseMatrix |
( |
const mxArray * |
ptr | ) |
|
|
explicit |
| SparseMatrix::~SparseMatrix |
( |
| ) |
|
Member Function Documentation
| int SparseMatrix::numelems |
( |
| ) |
const |
|
inline |
| int SparseMatrix::numelems |
( |
int |
c | ) |
const |
| void SparseMatrix::getColsAndRows |
( |
int * |
cols, |
|
|
int * |
rows |
|
) |
| const |
| void SparseMatrix::copyto |
( |
double * |
dest | ) |
const |
| static int SparseMatrix::getSizeOfSparseMatrix |
( |
const mxArray * |
ptr | ) |
|
|
static |
| static bool SparseMatrix::isLowerTri |
( |
const mxArray * |
ptr | ) |
|
|
static |
| static bool SparseMatrix::inIncOrder |
( |
const mxArray * |
ptr | ) |
|
|
static |
Friends And Related Function Documentation
Member Data Documentation
| mwIndex* SparseMatrix::jc |
|
protected |
| mwIndex* SparseMatrix::ir |
|
protected |
The documentation for this class was generated from the following file:
- /tmp/buildd/coinor-ipopt-3.10.2/Ipopt/contrib/MatlabInterface/src/sparsematrix.hpp