| CROL::Algorithm< Real > | Provides an interface to run optimization algorithms |
| CROL::AlgorithmState< Real > | State for algorithm class. Will be used for restarts |
| ►CROL::BatchManager< Real > | |
| ►CROL::TeuchosBatchManager< Real, Ordinal > | |
| CH1VectorBatchManager< Real, Ordinal > | |
| CH1VectorBatchManager< Real, Ordinal > | |
| CL2VectorBatchManager< Real, Ordinal > | |
| CL2VectorBatchManager< Real, Ordinal > | |
| CROL::StdTeuchosBatchManager< Real, Ordinal > | |
| ►CBinaryFunction | |
| CROL::BoundConstraint< Real >::LogicalOr | |
| CROL::BoundConstraint< Real >::Product | |
| ►CROL::BoundConstraint< Real > | Provides the interface to apply upper and lower bound constraints |
| CBoundConstraint_BurgersControl< Real > | |
| CH1BoundConstraint< Real > | |
| CH1BoundConstraint< Real > | |
| CH1BoundConstraint< Real > | |
| CL2BoundConstraint< Real > | |
| CL2BoundConstraint< Real > | |
| CL2BoundConstraint< Real > | |
| CROL::BoundConstraint_SimOpt< Real > | |
| CROL::BPOEBoundConstraint< Real > | |
| CROL::CVaRBoundConstraint< Real > | |
| CROL::InteriorPointBoundConstraint< Real > | Require positivity of slack variables |
| CROL::SROMBoundConstraint< Real > | |
| CROL::StdBoundConstraint< Real > | |
| ►CROL::Bundle< Real > | Provides the interface for and implments a bundle |
| CROL::Bundle_TT< Real > | Provides the interface for and implements a bundle. The semidefinite quadratic subproblem is solved using TT algorithm by Antonio Frangioni (1996) |
| CBurgersFEM< Real > | |
| CROL::Constraints< Real > | |
| ►CROL::Distribution< Real > | |
| CROL::Arcsine< Real > | |
| CROL::Beta< Real > | |
| CROL::Cauchy< Real > | |
| CROL::Dirac< Real > | |
| CROL::Exponential< Real > | |
| CROL::Gamma< Real > | |
| CROL::Gaussian< Real > | |
| CROL::Kumaraswamy< Real > | |
| CROL::Laplace< Real > | |
| CROL::Logistic< Real > | |
| CROL::Parabolic< Real > | |
| CROL::RaisedCosine< Real > | |
| CROL::Smale< Real > | |
| CROL::Triangle< Real > | |
| CROL::TruncatedExponential< Real > | |
| CROL::TruncatedGaussian< Real > | |
| CROL::Uniform< Real > | |
| ►CROL::EqualityConstraint< Real > | Defines the equality constraint operator interface |
| CNormalization_Constraint< Real > | |
| CNormalization_Constraint< Real > | |
| ►CROL::EqualityConstraint_SimOpt< Real > | Defines the equality constraint operator interface for simulation-based optimization |
| CEqualityConstraint_BurgersControl< Real > | |
| CEqualityConstraint_BurgersControl< Real > | |
| CEqualityConstraint_BurgersControl< Real > | |
| ►CROL::ParametrizedEqualityConstraint_SimOpt< Real > | |
| CEqualityConstraint_BurgersControl< Real > | |
| CEqualityConstraint_BurgersControl< Real > | |
| CEqualityConstraint_BurgersControl< Real > | |
| CROL::InteriorPointEqualityConstraint< Real > | Has both inequality and equality constraints. Treat inequality constraint as equality with slack variable |
| CROL::ParametrizedEqualityConstraint< Real > | |
| CROL::SROMEqualityConstraint< Real > | |
| CROL::ZOO::EqualityConstraint_HS32< Real > | |
| CROL::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 |
| CROL::ZOO::InequalityConstraint_HS29< Real > | |
| CROL::ZOO::InequalityConstraint_HS32< Real > | |
| CExample_Objective< Real > | Objective function:
\[f(x) = exp(x_1 x_2 x_3 x_4 x_5) + \frac{1}{2}*(x_1^3+x_2^3+1)^2 \]
|
| CFiniteDifference< Real > | |
| CFunctionZakharov< ScalarT > | |
| CFunctionZakharov< GradType > | |
| CFunctionZakharov< HessVecType > | |
| CFunctionZakharov< Real > | |
| ►CInnerProductMatrix< Real > | |
| CInnerProductMatrixSolver< Real > | This class adds a solve method |
| ►CROL::Krylov< Real > | Provides definitions for Krylov solvers |
| CROL::ConjugateGradients< Real > | Provides definitions of the Conjugate Gradient solver |
| CROL::ConjugateResiduals< Real > | Provides definition of the Conjugate Residual solver |
| CLagrange< Real > | |
| ►CROL::LinearOperator< Real > | Provides the interface to apply a linear operator |
| CROL::PrimalDualHessian< Real > | |
| CROL::PrimalDualPreconditioner< Real > | |
| CROL::ProjectedHessian< Real > | |
| CROL::ProjectedPreconditioner< Real > | |
| ►CROL::LineSearch< Real > | Provides interface for and implements line searches |
| CROL::BackTracking< Real > | Implements a simple back tracking line search |
| CROL::Bisection< Real > | Implements a bisection line search |
| CROL::Brents< Real > | Implements a Brent's method line search |
| CROL::CubicInterp< Real > | Implements cubic interpolation back tracking line search |
| CROL::GoldenSection< Real > | Implements a golden section line search |
| CROL::IterationScaling< Real > | Provides an implementation of iteration scaled line search |
| CROL::PathBasedTargetLevel< Real > | Provides an implementation of path-based target leve line search |
| ►CROL::MultiVector< Real > | Provides a container and operations on multiple ROL vectors for use with other Trilinos packages which require multivectors |
| CROL::MultiVectorDefault< Real > | Default implementation of the ROL::MultiVector container class |
| CNodalBasis< Real > | |
| ►CROL::Objective< Real > | Provides the interface to evaluate objective functions |
| CObjective_BurgersControl< Real > | |
| CObjective_GrossPitaevskii< Real > | |
| CObjective_GrossPitaevskii< Real > | |
| CObjective_PoissonInversion< Real > | |
| CROL::AugmentedLagrangian< Real > | Provides the interface to evaluate the augmented Lagrangian |
| CROL::BPOEObjective< Real > | |
| CROL::CDFObjective< Real > | |
| CROL::HMCRObjective< Real > | |
| CROL::InteriorPointObjective< Real > | Adds barrier term to generic objective |
| CROL::LinearCombinationObjective< Real > | |
| CROL::LogBarrierObjective< Real > | Log barrier objective for interior point methods |
| CROL::Minimax1< Real > | |
| CROL::Minimax2< Real > | |
| CROL::Minimax3< Real > | |
| CROL::MomentObjective< Real > | |
| CROL::MoreauYosidaPenalty< Real > | Provides the interface to evaluate the Moreau-Yosida penalty function |
| ►CROL::Objective_SimOpt< Real > | Provides the interface to evaluate simulation-based objective functions |
| CObjective_BurgersControl< Real > | |
| CObjective_BurgersControl< Real > | |
| CObjective_BurgersControl< Real > | |
| ►CROL::ParametrizedObjective_SimOpt< Real > | |
| CObjective_BurgersControl< Real > | |
| CObjective_BurgersControl< Real > | |
| CObjective_BurgersControl< Real > | |
| ►CROL::ParametrizedObjective< Real > | |
| CROL::ParametrizedObjective_SimOpt< Real > | |
| CROL::Reduced_ParametrizedObjective_SimOpt< Real > | |
| CROL::PointwiseCDFObjective< Real > | |
| CROL::ProjectedObjective< Real > | |
| CROL::Reduced_Objective_SimOpt< Real > | Provides the interface to evaluate simulation-based reduced objective functions |
| CROL::RiskAverseObjective< Real > | |
| CROL::RiskNeutralObjective< Real > | |
| CROL::ZOO::Objective_Beale< Real > | Beale's function |
| CROL::ZOO::Objective_BVP< Real > | The discrete boundary value problem |
| CROL::ZOO::Objective_DiodeCircuit< Real > | The diode circuit problem |
| CROL::ZOO::Objective_FreudensteinRoth< Real > | Freudenstein and Roth's function |
| CROL::ZOO::Objective_HS1< Real > | W. Hock and K. Schittkowski 1st test function |
| CROL::ZOO::Objective_HS2< Real > | W. Hock and K. Schittkowski 2nd test function |
| CROL::ZOO::Objective_HS25< Real > | W. Hock and K. Schittkowski 25th test function |
| CROL::ZOO::Objective_HS29< Real > | |
| CROL::ZOO::Objective_HS3< Real > | W. Hock and K. Schittkowski 3rd test function |
| CROL::ZOO::Objective_HS32< Real > | |
| CROL::ZOO::Objective_HS38< Real > | W. Hock and K. Schittkowski 38th test function |
| CROL::ZOO::Objective_HS4< Real > | W. Hock and K. Schittkowski 4th test function |
| CROL::ZOO::Objective_HS45< Real > | W. Hock and K. Schittkowski 45th test function |
| CROL::ZOO::Objective_HS5< Real > | W. Hock and K. Schittkowski 5th test function |
| CROL::ZOO::Objective_LeastSquares< Real > | Least squares function |
| CROL::ZOO::Objective_PoissonControl< Real > | Poisson distributed control |
| CROL::ZOO::Objective_PoissonInversion< Real > | Poisson material inversion |
| CROL::ZOO::Objective_Powell< Real > | Powell's badly scaled function |
| CROL::ZOO::Objective_Rosenbrock< Real, XPrim, XDual > | Rosenbrock's function |
| CROL::ZOO::Objective_SimpleEqConstrained< Real, XPrim, XDual > | Objective function: f(x) = exp(x1*x2*x3*x4*x5) + 0.5*(x1^3+x2^3+1)^2 |
| CROL::ZOO::Objective_SumOfSquares< Real > | Sum of squares function |
| CROL::ZOO::Objective_Zakharov< Real > | Zakharov function |
| CZakharov_Sacado_Objective< Real > | |
| ►CROL::PositiveFunction< Real > | |
| CROL::AbsoluteValue< Real > | |
| CROL::PlusFunction< Real > | |
| CROL::removeSpecialCharacters | |
| ►CROL::RiskMeasure< Real > | |
| CROL::CVaR< Real > | |
| ►CROL::ExpectationQuad< Real > | |
| CROL::CVaRQuadrangle< Real > | |
| CROL::LogExponentialQuadrangle< Real > | |
| CROL::TruncatedMeanQuadrangle< Real > | |
| CROL::ExpUtility< Real > | |
| CROL::HMCR< Real > | |
| CROL::MeanDeviation< Real > | |
| CROL::MeanDeviationFromTarget< Real > | |
| CROL::MeanVariance< Real > | |
| CROL::MeanVarianceFromTarget< Real > | |
| ►CROL::SampleGenerator< Real > | |
| CROL::MonteCarloGenerator< Real > | |
| CROL::SROMGenerator< Real > | |
| CROL::UserInputGenerator< Real > | |
| ►CROL::Secant< Real > | Provides interface for and implements limited-memory secant operators |
| CROL::BarzilaiBorwein< Real > | Provides definitions for Barzilai-Borwein operators |
| CROL::lBFGS< Real > | Provides definitions for limited-memory BFGS operators |
| CROL::lDFP< Real > | Provides definitions for limited-memory DFP operators |
| CROL::lSR1< Real > | Provides definitions for limited-memory SR1 operators |
| CROL::SecantState< Real > | |
| ►CROL::StatusTest< Real > | Provides an interface to check status of optimization algorithms |
| CROL::BundleStatusTest< Real > | |
| CROL::ConstraintStatusTest< Real > | Provides an interface to check status of optimization algorithms for problems with equality constraints |
| CStatusTest_PDAS< Real > | |
| CROL::StatusTestFactory< Real > | |
| ►CROL::Step< Real > | Provides the interface to compute optimization steps |
| CROL::AugmentedLagrangianStep< Real > | Provides the interface to compute augmented Lagrangian steps |
| CROL::BundleStep< Real > | Provides the interface to compute bundle trust-region steps |
| CROL::CompositeStep< Real > | Implements the computation of optimization steps with composite-step trust-region methods |
| CROL::InteriorPointStep< Real > | |
| CROL::LineSearchStep< Real > | Provides the interface to compute optimization steps with line search |
| CROL::MoreauYosidaPenaltyStep< Real > | Implements the computation of optimization steps using Moreau-Yosida regularized bound constraints |
| CROL::PrimalDualActiveSetStep< Real > | Implements the computation of optimization steps with the Newton primal-dual active set method |
| CROL::TrustRegionStep< Real > | Provides the interface to compute optimization steps with trust regions |
| CROL::StepFactory< Real > | |
| CROL::StepState< Real > | State for step class. Will be used for restarts |
| ►CROL::TrustRegion< Real > | Provides interface for and implements trust-region subproblem solvers |
| CROL::CauchyPoint< Real > | Provides interface for the Cauchy point trust-region subproblem solver |
| CROL::DogLeg< Real > | Provides interface for dog leg trust-region subproblem solver |
| CROL::DoubleDogLeg< Real > | Provides interface for the double dog leg trust-region subproblem solver |
| CROL::TruncatedCG< Real > | Provides interface for truncated CG trust-region subproblem solver |
| ►CUnaryFunction | |
| CROL::BoundConstraint< Real >::Shift | |
| ►CROL::Vector< Real > | Defines the linear algebra or vector space interface |
| CConDualStdVector< Real, Element > | |
| CConDualStdVector< Real, Element > | |
| CConStdVector< Real, Element > | |
| CConStdVector< Real, Element > | |
| CH1VectorDual< Real > | |
| CH1VectorDual< Real > | |
| CH1VectorDual< Real > | |
| CH1VectorPrimal< Real > | |
| CH1VectorPrimal< Real > | |
| CH1VectorPrimal< Real > | |
| CL2VectorDual< Real > | |
| CL2VectorDual< Real > | |
| CL2VectorDual< Real > | |
| CL2VectorPrimal< Real > | |
| CL2VectorPrimal< Real > | |
| CL2VectorPrimal< Real > | |
| COptDualStdVector< Real, Element > | |
| COptDualStdVector< Real, Element > | |
| COptDualStdVector< Real, Element > | |
| COptStdVector< Real, Element > | |
| COptStdVector< Real, Element > | |
| COptStdVector< Real, Element > | |
| CROL::CArrayVector< Real, Element > | Provides the C array implementation of the ROL::Vector interface for use with NumPy->C Array passing by pointer. This class in intended to be used with the Python ROL interface |
| CROL::CVaRVector< Real > | |
| CROL::DualScaledStdVector< Real, Element > | Provides the std::vector implementation of the ROL::Vector interface that handles scalings in the inner product. Also see ROL::PrimalScaledStdVector |
| CROL::PartitionedVector< Real > | Defines the linear algebra of vector space on a generic partitioned vector |
| CROL::PrimalScaledStdVector< Real, Element > | Provides the std::vector implementation of the ROL::Vector interface that handles scalings in the inner product. Also see ROL::DualScaledStdVector |
| CROL::SROMVector< Real, Element > | Provides the std::vector implementation of the ROL::Vector interface |
| CROL::StdVector< Real, Element > | Provides the std::vector implementation of the ROL::Vector interface |
| CROL::Vector_SimOpt< Real > | Defines the linear algebra or vector space interface for simulation-based optimization |
| CZakharov< Real > | |