ROL
Classes | Typedefs | Functions
function/constraint/test_03.cpp File Reference
#include <cmath>
#include "ROL_RandomVector.hpp"
#include "ROL_StdVector.hpp"
#include "ROL_ChainRuleConstraint.hpp"
#include "ROL_StdConstraint.hpp"
#include "ROL_Stream.hpp"
#include "Teuchos_GlobalMPISession.hpp"

Go to the source code of this file.

Classes

class  InnerConstraint
 
class  OuterConstraint
 

Typedefs

using RealT = double
 
using VectorT = std::vector< RealT >
 

Functions

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

Typedef Documentation

using RealT = double

Definition at line 58 of file function/constraint/test_03.cpp.

using VectorT = std::vector<RealT>

Definition at line 59 of file function/constraint/test_03.cpp.

Function Documentation

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

Definition at line 189 of file function/constraint/test_03.cpp.

References ROL::RandomizeVector().