ROL
test_04.cpp File Reference

Test PartitionedVector functionality. More...

#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.

Functions

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

Detailed Description

Test PartitionedVector functionality.

Definition in file vector/test_04.cpp.

Function Documentation

◆ print_vector()

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

Definition at line 24 of file vector/test_04.cpp.

Referenced by main().

◆ main()

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