ROL
|
#include "ROL_Stream.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "ROL_StdVector.hpp"
#include "ROL_StdObjective.hpp"
#include "ROL_CompositeObjective.hpp"
Go to the source code of this file.
Classes | |
class | ObjectiveFunctionTest07_1< Real > |
class | ObjectiveFunctionTest07_2< Real > |
class | ObjectiveFunctionTest07_scalarize< Real > |
Typedefs | |
typedef double | RealT |
Functions | |
void | setRandomVector (std::vector< RealT > &x) |
int | main (int argc, char *argv[]) |
typedef double RealT |
Definition at line 17 of file function/test_07.cpp.
void setRandomVector | ( | std::vector< RealT > & | x | ) |
Definition at line 83 of file function/test_07.cpp.
References dim.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 90 of file function/test_07.cpp.
References dim, and setRandomVector().