Public Types | |
| enum | { ColsAtCompileTime , RowsAtCompileTime , Flags } |
| typedef BlockSparseMatrixT::Index | Index |
| typedef Ref< Matrix< typename VectorType::Scalar, RowsAtCompileTime, ColsAtCompileTime > > | Scalar |
Public Member Functions | |
| BlockVectorReturn (const BlockSparseMatrixT &spblockmat, VectorType &vec) | |
| Scalar | coeffRef (Index bi) |
| Scalar | coeffRef (Index bi, Index j) |
| Index | size () const |
Protected Attributes | |
| const BlockSparseMatrixT & | m_spblockmat |
| VectorType & | m_vec |
Definition at line 205 of file BlockSparseMatrix.h.
| typedef BlockSparseMatrixT::Index Eigen::BlockVectorReturn< BlockSparseMatrixT, VectorType >::Index |
Definition at line 214 of file BlockSparseMatrix.h.
| typedef Ref<Matrix<typename VectorType::Scalar, RowsAtCompileTime, ColsAtCompileTime> > Eigen::BlockVectorReturn< BlockSparseMatrixT, VectorType >::Scalar |
Definition at line 213 of file BlockSparseMatrix.h.
| anonymous enum |
| Enumerator | |
|---|---|
| ColsAtCompileTime | |
| RowsAtCompileTime | |
| Flags | |
Definition at line 208 of file BlockSparseMatrix.h.
|
inline |
Definition at line 216 of file BlockSparseMatrix.h.
|
inline |
Definition at line 223 of file BlockSparseMatrix.h.
|
inline |
Definition at line 229 of file BlockSparseMatrix.h.
|
inline |
Definition at line 219 of file BlockSparseMatrix.h.
|
protected |
Definition at line 237 of file BlockSparseMatrix.h.
|
protected |
Definition at line 238 of file BlockSparseMatrix.h.