Public Types | |
| enum | { BlockSize , ColsAtCompileTime , RowsAtCompileTime , Flags } |
| typedef BlockSparseMatrixT::Index | Index |
| typedef Ref< const Matrix< typename BlockSparseMatrixT::Scalar,(RowsAtCompileTime==1)? 1 :BlockSize,(ColsAtCompileTime==1)? 1 :BlockSize > > | Scalar |
Public Member Functions | |
| BlockVectorView (const BlockSparseMatrixT &spblockmat, const VectorType &vec) | |
| Scalar | coeff (Index bi) const |
| Scalar | coeff (Index bi, Index j) const |
| Index | cols () const |
| Index | size () const |
Protected Attributes | |
| const BlockSparseMatrixT & | m_spblockmat |
| const VectorType & | m_vec |
Definition at line 160 of file BlockSparseMatrix.h.
| typedef BlockSparseMatrixT::Index Eigen::BlockVectorView< BlockSparseMatrixT, VectorType >::Index |
Definition at line 170 of file BlockSparseMatrix.h.
| typedef Ref<const Matrix<typename BlockSparseMatrixT::Scalar, (RowsAtCompileTime==1)? 1 : BlockSize, (ColsAtCompileTime==1)? 1 : BlockSize> > Eigen::BlockVectorView< BlockSparseMatrixT, VectorType >::Scalar |
Definition at line 169 of file BlockSparseMatrix.h.
| anonymous enum |
| Enumerator | |
|---|---|
| BlockSize | |
| ColsAtCompileTime | |
| RowsAtCompileTime | |
| Flags | |
Definition at line 163 of file BlockSparseMatrix.h.
|
inline |
Definition at line 172 of file BlockSparseMatrix.h.
|
inline |
Definition at line 183 of file BlockSparseMatrix.h.
|
inline |
Definition at line 189 of file BlockSparseMatrix.h.
|
inline |
Definition at line 175 of file BlockSparseMatrix.h.
|
inline |
Definition at line 179 of file BlockSparseMatrix.h.
|
protected |
Definition at line 196 of file BlockSparseMatrix.h.
|
protected |
Definition at line 197 of file BlockSparseMatrix.h.