ROL
Classes | Typedefs | Functions
example_01.cpp File Reference

Shows how to solve the equality constrained NLP from Nocedal/Wright, 2nd edition, page 574, example 18.2. More...

#include "ROL_SimpleEqConstrained.hpp"
#include "ROL_Solver.hpp"
#include "ROL_Stream.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include <iostream>

Go to the source code of this file.

Classes

class  OptStdVector< Real, Element >
 
class  OptDualStdVector< Real, Element >
 
class  ConStdVector< Real, Element >
 
class  ConDualStdVector< Real, Element >
 

Typedefs

typedef double RealT
 

Functions

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

Detailed Description

Shows how to solve the equality constrained NLP from Nocedal/Wright, 2nd edition, page 574, example 18.2.

Definition in file dual-spaces/simple-eq-constr-1/example_01.cpp.

Typedef Documentation

◆ RealT

typedef double RealT

Function Documentation

◆ main()

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