ROL
Classes | Typedefs | Functions
step/krylov/test_03.cpp File Reference

Test MINRES solver. More...

#include "ROL_StdVector.hpp"
#include "ROL_GMRES.hpp"
#include "ROL_KrylovFactory.hpp"
#include "ROL_RandomVector.hpp"
#include "ROL_Stream.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include <iomanip>

Go to the source code of this file.

Classes

class  Identity< Real >
 
class  TridiagonalToeplitzOperator< Real >
 

Typedefs

typedef double RealT
 

Functions

int main (int argc, char *argv[])
 

Detailed Description

Test MINRES solver.

Definition in file step/krylov/test_03.cpp.

Typedef Documentation

◆ RealT

typedef double RealT

Definition at line 150 of file step/krylov/test_03.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)