compbio
Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::BlockVectorReturn< BlockSparseMatrixT, VectorType > Class Template Reference

Public Types

enum  { ColsAtCompileTime = VectorType::ColsAtCompileTime, RowsAtCompileTime = VectorType::RowsAtCompileTime, Flags = VectorType::Flags }
 
typedef Ref< Matrix< typename VectorType::Scalar, RowsAtCompileTime, ColsAtCompileTime > > Scalar
 
typedef BlockSparseMatrixT::Index Index
 

Public Member Functions

 BlockVectorReturn (const BlockSparseMatrixT &spblockmat, VectorType &vec)
 
Index size () const
 
Scalar coeffRef (Index bi)
 
Scalar coeffRef (Index bi, Index j)
 

Protected Attributes

const BlockSparseMatrixT & m_spblockmat
 
VectorTypem_vec
 

The documentation for this class was generated from the following file: