#include <mrpt/otherlibs/CSparse/cs.h>
Public Attributes | |
int | nzmax |
int | m |
int | n |
int * | p |
int * | i |
double * | x |
int | nz |
int* cs_sparse::i |
Definition at line 31 of file cs.h.
Referenced by mrpt::math::CSparseMatrix::construct_from_mrpt_mat(), and mrpt::math::CSparseMatrix::CSparseMatrix().
int cs_sparse::m |
Definition at line 28 of file cs.h.
Referenced by mrpt::math::CSparseMatrix::construct_from_mrpt_mat(), mrpt::math::CSparseMatrix::getRowCount(), mrpt::math::CSparseMatrix::insert_submatrix(), and mrpt::math::CSparseMatrix::setRowCount().
int cs_sparse::n |
Definition at line 29 of file cs.h.
Referenced by mrpt::math::CSparseMatrix::construct_from_mrpt_mat(), mrpt::math::CSparseMatrix::getColCount(), mrpt::math::CSparseMatrix::insert_submatrix(), and mrpt::math::CSparseMatrix::setColCount().
int cs_sparse::nz |
Definition at line 33 of file cs.h.
Referenced by mrpt::math::CSparseMatrix::construct_from_mrpt_mat(), mrpt::math::CSparseMatrix::isColumnCompressed(), and mrpt::math::CSparseMatrix::isTriplet().
int cs_sparse::nzmax |
Definition at line 27 of file cs.h.
Referenced by mrpt::math::CSparseMatrix::construct_from_mrpt_mat().
int* cs_sparse::p |
Definition at line 30 of file cs.h.
Referenced by mrpt::math::CSparseMatrix::construct_from_mrpt_mat(), and mrpt::math::CSparseMatrix::CSparseMatrix().
double* cs_sparse::x |
Definition at line 32 of file cs.h.
Referenced by mrpt::math::CSparseMatrix::construct_from_mrpt_mat(), and mrpt::math::CSparseMatrix::CSparseMatrix().
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Oct 31 07:27:35 UTC 2017 |