ROL
Classes | Typedefs | Functions
function/test_03.cpp File Reference
#include "ROL_BlockOperator.hpp"
#include "ROL_DiagonalOperator.hpp"
#include "ROL_Elementwise_Function.hpp"
#include "ROL_PartitionedVector.hpp"
#include "ROL_StdVector.hpp"
#include "ROL_Types.hpp"
#include "Teuchos_oblackholestream.hpp"
#include "Teuchos_GlobalMPISession.hpp"

Go to the source code of this file.

Classes

class  DyadicOperator< Real >
 
class  NullOperator< Real >
 

Typedefs

typedef double RealT
 

Functions

template<class Real >
void print_vector (const ROL::Vector< Real > &x)
 
int main (int argc, char *argv[])
 

Typedef Documentation

◆ RealT

typedef double RealT

Definition at line 123 of file function/test_03.cpp.

Function Documentation

◆ print_vector()

template<class Real >
void print_vector ( const ROL::Vector< Real > &  x)

Definition at line 63 of file function/test_03.cpp.

References ROL::PartitionedVector< Real >::numVectors().

◆ main()

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