|
ROL
|
#include "ROL_NullOperator.hpp"#include "ROL_DyadicOperator.hpp"#include "ROL_BlockOperator2.hpp"#include "ROL_DiagonalOperator.hpp"#include "ROL_Elementwise_Function.hpp"#include "ROL_PartitionedVector.hpp"#include "ROL_StdVector.hpp"#include "ROL_Types.hpp"#include "ROL_Stream.hpp"#include "Teuchos_GlobalMPISession.hpp"Go to the source code of this file.
Typedefs | |
| typedef double | RealT |
Functions | |
| template<class Real > | |
| void | print_vector (const ROL::Vector< Real > &x) |
| int | main (int argc, char *argv[]) |
| typedef double RealT |
Definition at line 51 of file function/test_03.cpp.
| void print_vector | ( | const ROL::Vector< Real > & | x | ) |
Definition at line 31 of file function/test_03.cpp.
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 53 of file function/test_03.cpp.
References ROL::BlockOperator2< Real >::apply(), ROL::CreatePartitionedVector(), and dim.
1.8.5