So-Bogus
A c++ sparse block matrix library aimed at Second Order cone problems
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
bogus::TrivialPreconditioner< MatrixType > Class Template Reference

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
 

Detailed Description

template<typename MatrixType>
class bogus::TrivialPreconditioner< MatrixType >

Trivial ( identity ) preconditioner. Does nothing.


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