MoochoPack : Framework for Large-Scale Optimization Algorithms  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
MoochoPack::ReducedHessianExactStd_Step Class Reference

Computes the exact reduced Hessian rHL_k = Z_k' * HL_k * Z_k. More...

#include <MoochoPack_ReducedHessianExactStd_Step.hpp>

Inherits ReducedHessian_Step.

Public Member Functions

bool do_step (Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss)
 
void print_step (const Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss, std::ostream &out, const std::string &leading_str) const
 

Detailed Description

Computes the exact reduced Hessian rHL_k = Z_k' * HL_k * Z_k.

Definition at line 52 of file MoochoPack_ReducedHessianExactStd_Step.hpp.

Member Function Documentation

bool MoochoPack::ReducedHessianExactStd_Step::do_step ( Algorithm algo,
poss_type  step_poss,
IterationPack::EDoStepType  type,
poss_type  assoc_step_poss 
)

void MoochoPack::ReducedHessianExactStd_Step::print_step ( const Algorithm algo,
poss_type  step_poss,
IterationPack::EDoStepType  type,
poss_type  assoc_step_poss,
std::ostream &  out,
const std::string &  leading_str 
) const


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