ROL
|
#include "ROL_HouseholderReflector.hpp"
#include "ROL_StdVector.hpp"
#include "ROL_RandomVector.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 | printVector (const ROL::Vector< Real > &x, std::ostream &outStream) |
int | main (int argc, char *argv[]) |
typedef double RealT |
Definition at line 36 of file function/test_12.cpp.
void printVector | ( | const ROL::Vector< Real > & | x, |
std::ostream & | outStream | ||
) |
Definition at line 23 of file function/test_12.cpp.
Referenced by main(), and printVector().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 38 of file function/test_12.cpp.
References ROL::HouseholderReflector< Real >::apply(), dim, printVector(), and ROL::RandomizeVector().