So-Bogus
A c++ sparse block matrix library aimed at Second Order cone problems
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
bogus::Segmenter< DimensionAtCompileTime, VectorType, Index > Struct Template Reference

Access to segment of a vector corresponding to a given block-row. More...

#include <Access.hpp>

Public Types

enum  { dimension = DimensionAtCompileTime }
 
typedef VectorType::template
NRowsBlockXpr< dimension >
::Type 
ReturnType
 
typedef VectorType::template
ConstNRowsBlockXpr< dimension >
::Type 
ConstReturnType
 

Public Member Functions

 Segmenter (VectorType &vec, const Index *)
 
ReturnType operator[] (const Index inner)
 
ConstReturnType operator[] (const Index inner) const
 

Detailed Description

template<int DimensionAtCompileTime, typename VectorType, typename Index>
struct bogus::Segmenter< DimensionAtCompileTime, VectorType, Index >

Access to segment of a vector corresponding to a given block-row.


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