So-Bogus
A c++ sparse block matrix library aimed at Second Order cone problems
|
Flags for compile-time tuning of the behavior of objects such as SparseBlockMatrix. More...
Enumerations | |
enum | { NONE = 0, UNCOMPRESSED = 0x1, COL_MAJOR = 0x2, SYMMETRIC = 0x4 } |
Flags for compile-time tuning of the behavior of objects such as SparseBlockMatrix.
Any combination if those is possible, using the 'binary or' ('|') operator.
anonymous enum |