So-Bogus
A c++ sparse block matrix library aimed at Second Order cone problems
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
bogus::SparseBlockIndexComputer< MatrixType, ColWise, Transpose, Symmetric > Struct Template Reference

Public Types

enum  { is_major = (ColWise != Transpose) == bool( Traits::is_col_major ) }
 
typedef BlockMatrixTraits
< MatrixType > 
Traits
 
typedef SparseBlockIndexGetter
< MatrixType, is_major > 
Getter
 
typedef Getter::ReturnType ReturnType
 

Public Member Functions

 SparseBlockIndexComputer (const SparseBlockMatrixBase< MatrixType > &matrix)
 
const ReturnTypeget ()
 

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