So-Bogus
A c++ sparse block matrix library aimed at Second Order cone problems
|
Trivial ( identity ) preconditioner. Does nothing. More...
#include <Preconditioners.hpp>
Public Member Functions | |
void | setMatrix (const MatrixType &) |
template<bool transpose, typename ResT , typename RhsT > | |
void | apply (const RhsT &rhs, ResT &res) const |
Trivial ( identity ) preconditioner. Does nothing.