28#ifndef _math_optimize_gdiis_h
29#define _math_optimize_gdiis_h
31#include <util/state/state.h>
32#include <util/class/class.h>
33#include <math/scmat/matrix.h>
34#include <math/optimize/function.h>
35#include <math/optimize/opt.h>
36#include <math/optimize/update.h>
48 double maxabs_gradient;
static std::ostream & out0()
Return an ostream that writes from node 0.
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...
void print(std::ostream &=ExEnv::out0()) const
Print the object.
The Optimize class is an abstract base class for classes that find the extreme points of Function's.
Definition opt.h:44
The RefSCVector class is a smart pointer to an SCVector specialization.
Definition matrix.h:55
The RefSymmSCMatrix class is a smart pointer to an SCSymmSCMatrix specialization.
Definition matrix.h:265
A template class that maintains references counts.
Definition ref.h:361
Restores fundamental and user-defined types from images created with StateOut.
Definition statein.h:79
Serializes fundamental and user-defined types.
Definition stateout.h:71
Contains all MPQC code up to version 3.
Definition mpqcin.h:14