ROL
|
#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 20 of file vector/test_04.cpp.
void print_vector | ( | const ROL::Vector< Real > & | x | ) |
Definition at line 24 of file vector/test_04.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 46 of file vector/test_04.cpp.
References dim, ROL::StdVector< Real, Element >::norm(), and print_vector().