|
ROL
|
#include "Teuchos_GlobalMPISession.hpp"#include "ROL_Objective.hpp"#include "ROL_StdVector.hpp"#include "ROL_PartitionedVector.hpp"#include "ROL_RandomVector.hpp"#include "ROL_VectorWorkspace.hpp"#include "ROL_Stream.hpp"#include <iomanip>Go to the source code of this file.
Classes | |
| class | details::PolarizationIdentity< Real > |
Namespaces | |
| details | |
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 56 of file vector/test_10.cpp.
Definition at line 57 of file vector/test_10.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 93 of file vector/test_10.cpp.
References ROL::PartitionedVector< Real >::create(), details::PolarizationIdentity< Real >::dot(), ROL::details::makeStreamPtr(), ROL::RandomizeVector(), and details::PolarizationIdentity< Real >::status().
1.8.5