|
ROL
|
#include "ROL_Stream.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "ROL_Objective.hpp"#include "ROL_StdVector.hpp"#include "ROL_PartitionedVector.hpp"#include "ROL_ProfiledVector.hpp"#include "ROL_VectorClone.hpp"Go to the source code of this file.
Classes | |
| class | TestSingle< Real > |
| class | TestMulti< Real > |
Typedefs | |
| using | RealT = double |
| using | size_type = typename std::vector< RealT >::size_type |
Functions | |
| int | main (int argc, char *argv[]) |
| using RealT = double |
Definition at line 23 of file vector/test_09.cpp.
Definition at line 24 of file vector/test_09.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 70 of file vector/test_09.cpp.
References ROL::PartitionedVector< Real >::create(), ROL::getVectorFunctionCalls(), ROL::printVectorFunctionCalls(), TestSingle< Real >::value(), TestMulti< Real >::value_x(), TestMulti< Real >::value_y(), and TestMulti< Real >::value_z().
1.8.5