ROL
|
Contains definitions for the equality constrained NLP: 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_ParaboloidCircle< Real, XPrim, XDual > |
Objective function: f(x,y) = x^2 + y^2. More... | |
class | ROL::ZOO::Constraint_ParaboloidCircle< Real, XPrim, XDual, CPrim, CDual > |
constraint c(x,y) = (x-2)^2 + y^2 - 1. More... | |
class | ROL::ZOO::getParaboloidCircle< Real, XPrim, XDual, CPrim, CDual > |
Namespaces | |
ROL | |
ROL::ZOO | |
Contains definitions for the equality constrained NLP:
minimize x^2 + y^2 subject to (x-2)^2 + y^2 = 1
Definition in file ROL_ParaboloidCircle.hpp.