ROL
|
#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[]) |
typedef double RealT |
Definition at line 116 of file step/krylov/test_03.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 118 of file step/krylov/test_03.cpp.
References TridiagonalToeplitzOperator< Real >::apply(), TridiagonalToeplitzOperator< Real >::applyInverse(), dim, and ROL::RandomizeVector().