|
ROL
|
#include "ROL_StdVector.hpp"#include "ROL_GMRES.hpp"#include "ROL_KrylovFactory.hpp"#include "ROL_RandomVector.hpp"#include "ROL_ParameterList.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 153 of file step/krylov/test_01.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 155 of file step/krylov/test_01.cpp.
References TridiagonalToeplitzOperator< Real >::apply(), TridiagonalToeplitzOperator< Real >::applyInverse(), dim, and ROL::RandomizeVector().
1.8.5