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, true > Struct Template Reference

Public Types

enum  { is_major = (ColWise == bool( Traits::is_col_major )) }
 
typedef BlockMatrixTraits
< MatrixType > 
Traits
 
typedef
CompoundSparseBlockIndex
< typename
MatrixType::MajorIndexType,
typename
MatrixType::MinorIndexType,
bool(is_major) > 
ReturnType
 

Public Member Functions

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

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