ROL
|
#include "ROL_Types.hpp"
#include "ROL_ParameterList.hpp"
#include "ROL_Ptr.hpp"
#include "ROL_Krylov.hpp"
#include "ROL_GMRES.hpp"
#include "ROL_MINRES.hpp"
#include "ROL_ConjugateGradients.hpp"
#include "ROL_ConjugateResiduals.hpp"
Go to the source code of this file.
Classes | |
class | ROL::GMRES< Real > |
Preconditioned GMRES solver. More... | |
Namespaces | |
ROL | |
Functions | |
template<class Real > | |
ROL::Ptr< Krylov< Real > > | ROL::KrylovFactory (ROL::ParameterList &parlist) |