|
g2o
|
View onto the sparse matrix structure of CSparse using CCS storage. More...
#include <csparse_wrapper.h>
Public Member Functions | |
| SparseView (int &m, int &n, int &nzmax, int *&p, int *&i, double *&x, int &columnsAllocated) | |
Public Attributes | |
| int & | m |
| int & | n |
| int & | nzmax |
| int *& | p |
| int *& | i |
| double *& | x |
| int & | columnsAllocated |
View onto the sparse matrix structure of CSparse using CCS storage.
Definition at line 44 of file csparse_wrapper.h.
|
inline |
Definition at line 52 of file csparse_wrapper.h.
| int& g2o::csparse::CSparse::SparseView::columnsAllocated |
Definition at line 51 of file csparse_wrapper.h.
Referenced by g2o::LinearSolverCSparse< MatrixType >::fillCSparse().
| int*& g2o::csparse::CSparse::SparseView::i |
Definition at line 49 of file csparse_wrapper.h.
Referenced by g2o::csparse::CSparse::amd(), and g2o::LinearSolverCSparse< MatrixType >::fillCSparse().
| int& g2o::csparse::CSparse::SparseView::m |
Definition at line 45 of file csparse_wrapper.h.
Referenced by g2o::csparse::CSparse::amd(), and g2o::LinearSolverCSparse< MatrixType >::fillCSparse().
| int& g2o::csparse::CSparse::SparseView::n |
Definition at line 46 of file csparse_wrapper.h.
Referenced by g2o::csparse::CSparse::amd(), and g2o::LinearSolverCSparse< MatrixType >::fillCSparse().
| int& g2o::csparse::CSparse::SparseView::nzmax |
Definition at line 47 of file csparse_wrapper.h.
Referenced by g2o::csparse::CSparse::amd(), and g2o::LinearSolverCSparse< MatrixType >::fillCSparse().
| int*& g2o::csparse::CSparse::SparseView::p |
Definition at line 48 of file csparse_wrapper.h.
Referenced by g2o::csparse::CSparse::amd(), and g2o::LinearSolverCSparse< MatrixType >::fillCSparse().
| double*& g2o::csparse::CSparse::SparseView::x |
Definition at line 50 of file csparse_wrapper.h.
Referenced by g2o::LinearSolverCSparse< MatrixType >::fillCSparse().