28 #ifndef _math_optimize_update_h 29 #define _math_optimize_update_h 35 #include <util/state/state.h> 36 #include <util/class/class.h> 37 #include <math/scmat/matrix.h> 38 #include <math/optimize/function.h> 39 #include <math/optimize/transform.h> 65 virtual void set_inverse();
The RefSCVector class is a smart pointer to an SCVector specialization.
Definition: matrix.h:55
Serializes objects that derive from SavableState.
Definition: stateout.h:61
A template class that maintains references counts.
Definition: ref.h:332
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...
The HessianUpdate abstract class is used to specify a hessian update scheme.
Definition: update.h:54
The RefSymmSCMatrix class is a smart pointer to an SCSymmSCMatrix specialization. ...
Definition: matrix.h:261
The DFPUpdate class is used to specify a Broyden, Fletcher, Goldfarb, and Shanno hessian update schem...
Definition: update.h:104
Restores objects that derive from SavableState.
Definition: statein.h:70
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...
The PowellUpdate class is used to specify a Powell hessian update.
Definition: update.h:119
The DFPUpdate class is used to specify a Davidson, Fletcher, and Powell hessian update scheme...
Definition: update.h:72
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...
Base class for objects that can save/restore state.
Definition: state.h:46
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...