|
So-Bogus
A c++ sparse block matrix library aimed at Second Order cone problems
|
Wrapper for the block-diagonal matrix of the ProductGaussSeidel solver. More...
#include <ProductGaussSeidelUtils.hpp>
Public Types | |
| typedef Type | Scalar |
Public Member Functions | |
| DiagonalMatrixWrapper (const Scalar &s=1) | |
| bool | valid () const |
| Scalar | get () const |
| const ConstantArray< Scalar > & | asArray () const |
Public Attributes | |
| ConstantArray< Scalar > | array |
Wrapper for the block-diagonal matrix of the ProductGaussSeidel solver.
Specializations allows to: