Inheritance diagram for MappedSparseMatrix< _Scalar, _Flags, _Index >:Public Member Functions | |
| Index | cols () const |
| Index | innerSize () const |
| Index | nonZeros () const |
| Index | outerSize () const |
| Index | rows () const |
| ~MappedSparseMatrix () | |
Sparse matrix.
| _Scalar | the scalar type, i.e. the type of the coefficients |
See http://www.netlib.org/linalg/html_templates/node91.html for details on the storage scheme.
| ~MappedSparseMatrix | ( | ) | [inline] |
Empty destructor
| Index cols | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags, _Index > >.
| Index innerSize | ( | ) | const [inline] |
Reimplemented from SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags, _Index > >.
| Index nonZeros | ( | ) | const [inline] |
Reimplemented from SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags, _Index > >.
| Index outerSize | ( | ) | const [inline] |
Reimplemented from SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags, _Index > >.
| Index rows | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags, _Index > >.
1.7.6.1