ROL
Classes | Namespaces
ROL_SimpleEqConstrained.hpp File Reference

Contains definitions for the equality constrained NLP from Nocedal/Wright, 2nd edition, page 574, example 18.2; note the typo in reversing the initial guess and the solution. More...

#include "ROL_TestProblem.hpp"
#include "ROL_StdVector.hpp"
#include "Teuchos_SerialDenseVector.hpp"
#include "Teuchos_SerialDenseSolver.hpp"

Go to the source code of this file.

Classes

class  ROL::ZOO::Objective_SimpleEqConstrained< Real, XPrim, XDual >
 Objective function: f(x) = exp(x1*x2*x3*x4*x5) + 0.5*(x1^3+x2^3+1)^2. More...
 
class  ROL::ZOO::EqualityConstraint_SimpleEqConstrained< Real, XPrim, XDual, CPrim, CDual >
 Equality constraints c_i(x) = 0, where: c1(x) = x1^2+x2^2+x3^2+x4^2+x5^2 - 10 c2(x) = x2*x3-5*x4*x5 c3(x) = x1^3 + x2^3 + 1. More...
 
class  ROL::ZOO::getSimpleEqConstrained< Real, XPrim, XDual, CPrim, CDual >
 

Namespaces

 ROL
 
 ROL::ZOO
 

Detailed Description

Contains definitions for the equality constrained NLP from Nocedal/Wright, 2nd edition, page 574, example 18.2; note the typo in reversing the initial guess and the solution.

Author
Created by D. Ridzal and D. Kouri.

Definition in file ROL_SimpleEqConstrained.hpp.