|
enum | { BlockSize = BlockSparseMatrixT::BlockSize,
ColsAtCompileTime = VectorType::ColsAtCompileTime,
RowsAtCompileTime = VectorType::RowsAtCompileTime,
Flags = VectorType::Flags
} |
|
typedef Ref< const Matrix< typename BlockSparseMatrixT::Scalar,(RowsAtCompileTime==1)? 1 :BlockSize,(ColsAtCompileTime==1)? 1 :BlockSize > > | Scalar |
|
typedef BlockSparseMatrixT::Index | Index |
|
|
| BlockVectorView (const BlockSparseMatrixT &spblockmat, const VectorType &vec) |
|
Index | cols () const |
|
Index | size () const |
|
Scalar | coeff (Index bi) const |
|
Scalar | coeff (Index bi, Index j) const |
|
|
const BlockSparseMatrixT & | m_spblockmat |
|
const VectorType & | m_vec |
|
The documentation for this class was generated from the following file: