#include <BlockSparseMatrix.h>
Public Types | |
enum | { ColsAtCompileTime = VectorType::ColsAtCompileTime, RowsAtCompileTime = VectorType::RowsAtCompileTime, Flags = VectorType::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 198 of file BlockSparseMatrix.h.
typedef BlockSparseMatrixT::Index Eigen::BlockVectorReturn< BlockSparseMatrixT, VectorType >::Index |
Definition at line 212 of file BlockSparseMatrix.h.
typedef Ref<Matrix<typename VectorType::Scalar, RowsAtCompileTime, ColsAtCompileTime> > Eigen::BlockVectorReturn< BlockSparseMatrixT, VectorType >::Scalar |
Definition at line 211 of file BlockSparseMatrix.h.
anonymous enum |
Enumerator | |
---|---|
ColsAtCompileTime | |
RowsAtCompileTime | |
Flags |
Definition at line 206 of file BlockSparseMatrix.h.
|
inline |
Definition at line 214 of file BlockSparseMatrix.h.
|
inline |
Definition at line 221 of file BlockSparseMatrix.h.
|
inline |
Definition at line 227 of file BlockSparseMatrix.h.
|
inline |
Definition at line 217 of file BlockSparseMatrix.h.
|
protected |
Definition at line 235 of file BlockSparseMatrix.h.
|
protected |
Definition at line 236 of file BlockSparseMatrix.h.