ROL
Typedefs | Functions
test_09.cpp File Reference

Shows how to use the Constraint_Partitioned interface to solve Hock & Schittkowski's problem 39. More...

#include "ROL_HS39.hpp"
#include "ROL_RandomVector.hpp"
#include "ROL_Constraint_Partitioned.hpp"
#include "ROL_StdVector.hpp"
#include "ROL_Algorithm.hpp"
#include "ROL_ConstraintStatusTest.hpp"
#include "ROL_CompositeStep.hpp"
#include "ROL_Stream.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include <iostream>

Go to the source code of this file.

Typedefs

typedef double RealT
 

Functions

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

Detailed Description

Shows how to use the Constraint_Partitioned interface to solve Hock & Schittkowski's problem 39.

Definition in file function/test_09.cpp.

Typedef Documentation

◆ RealT

typedef double RealT

Definition at line 62 of file function/test_09.cpp.

Function Documentation

◆ main()

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

Definition at line 65 of file function/test_09.cpp.

References ROL::CreatePartitionedVector(), and ROL::RandomizeVector().