ROL
Public Attributes | List of all members
ROL::OptimizationProblemCheckData< Real > Struct Template Reference

#include <ROL_OptimizationProblem.hpp>

Public Attributes

std::vector< Real > checkSolutionVector
 
std::vector< std::vector< Real > > checkGradient
 
std::vector< std::vector< Real > > checkHessVec
 
std::vector< Real > checkHessSym
 
std::vector< Real > checkMultiplierVector
 
std::vector< std::vector< Real > > checkApplyJacobian
 
std::vector< std::vector< Real > > checkApplyAdjointJacobian
 
std::vector< std::vector< Real > > checkApplyAdjointHessian
 
Real checkAdjointConsistencyJacobian
 

Detailed Description

template<class Real>
struct ROL::OptimizationProblemCheckData< Real >

Definition at line 72 of file ROL_OptimizationProblem.hpp.

Member Data Documentation

template<class Real>
std::vector<Real> ROL::OptimizationProblemCheckData< Real >::checkSolutionVector
template<class Real>
std::vector<std::vector<Real> > ROL::OptimizationProblemCheckData< Real >::checkGradient
template<class Real>
std::vector<std::vector<Real> > ROL::OptimizationProblemCheckData< Real >::checkHessVec
template<class Real>
std::vector<Real> ROL::OptimizationProblemCheckData< Real >::checkHessSym
template<class Real>
std::vector<Real> ROL::OptimizationProblemCheckData< Real >::checkMultiplierVector
template<class Real>
std::vector<std::vector<Real> > ROL::OptimizationProblemCheckData< Real >::checkApplyJacobian
template<class Real>
std::vector<std::vector<Real> > ROL::OptimizationProblemCheckData< Real >::checkApplyAdjointJacobian

Definition at line 79 of file ROL_OptimizationProblem.hpp.

template<class Real>
std::vector<std::vector<Real> > ROL::OptimizationProblemCheckData< Real >::checkApplyAdjointHessian
template<class Real>
Real ROL::OptimizationProblemCheckData< Real >::checkAdjointConsistencyJacobian

The documentation for this struct was generated from the following file: