So-Bogus
A c++ sparse block matrix library aimed at Second Order cone problems
|
Access to segment of a vector corresponding to a given block-row. More...
#include <Access.hpp>
Public Member Functions | |
Segmenter (VectorType &vec, const Index *) | |
ReturnType | operator[] (const Index inner) |
ConstReturnType | operator[] (const Index inner) const |
Access to segment of a vector corresponding to a given block-row.