#include <BlockSparseMatrix.h>
Classes | |
class | InnerIterator |
Public Types | |
enum | { Flags = BlockSparseMatrixT::Options, Options = BlockSparseMatrixT::Options, RowsAtCompileTime = BlockSparseMatrixT::RowsAtCompileTime, ColsAtCompileTime = BlockSparseMatrixT::ColsAtCompileTime, MaxColsAtCompileTime = BlockSparseMatrixT::MaxColsAtCompileTime, MaxRowsAtCompileTime = BlockSparseMatrixT::MaxRowsAtCompileTime } |
typedef BlockSparseMatrixT::Index | Index |
typedef BlockSparseMatrixT | Nested |
typedef Ref< typename BlockSparseMatrixT::BlockRealScalar > | RealScalar |
typedef Ref< typename BlockSparseMatrixT::BlockScalar > | Scalar |
Public Member Functions | |
BlockSparseMatrixView (const BlockSparseMatrixT &spblockmat) | |
Scalar | coeff (Index row, Index col) |
Scalar | coeffRef (Index row, Index col) |
Index | cols () const |
Index | outerSize () const |
Index | rows () const |
Protected Attributes | |
const BlockSparseMatrixT & | m_spblockmat |
Definition at line 56 of file BlockSparseMatrix.h.
typedef BlockSparseMatrixT::Index Eigen::BlockSparseMatrixView< BlockSparseMatrixT >::Index |
Definition at line 107 of file BlockSparseMatrix.h.
typedef BlockSparseMatrixT Eigen::BlockSparseMatrixView< BlockSparseMatrixT >::Nested |
Definition at line 108 of file BlockSparseMatrix.h.
typedef Ref<typename BlockSparseMatrixT::BlockRealScalar> Eigen::BlockSparseMatrixView< BlockSparseMatrixT >::RealScalar |
Definition at line 106 of file BlockSparseMatrix.h.
typedef Ref<typename BlockSparseMatrixT::BlockScalar> Eigen::BlockSparseMatrixView< BlockSparseMatrixT >::Scalar |
Definition at line 105 of file BlockSparseMatrix.h.
anonymous enum |
Enumerator | |
---|---|
Flags | |
Options | |
RowsAtCompileTime | |
ColsAtCompileTime | |
MaxColsAtCompileTime | |
MaxRowsAtCompileTime |
Definition at line 109 of file BlockSparseMatrix.h.
|
inline |
Definition at line 118 of file BlockSparseMatrix.h.
|
inline |
Definition at line 134 of file BlockSparseMatrix.h.
|
inline |
Definition at line 138 of file BlockSparseMatrix.h.
|
inline |
Definition at line 126 of file BlockSparseMatrix.h.
|
inline |
Definition at line 122 of file BlockSparseMatrix.h.
|
inline |
Definition at line 130 of file BlockSparseMatrix.h.
|
protected |
Definition at line 153 of file BlockSparseMatrix.h.