ROL
Typedefs | Functions
function/test_12.cpp File Reference
#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 Documentation

typedef double RealT

Definition at line 70 of file function/test_12.cpp.

Function Documentation

template<class Real >
void printVector ( const ROL::Vector< Real > &  x,
std::ostream &  outStream 
)

Definition at line 57 of file function/test_12.cpp.

Referenced by main(), and printVector().

int main ( int  argc,
char *  argv[] 
)