.TH "sc::PowellUpdate" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::PowellUpdate \- The \fBPowellUpdate\fP class is used to specify a Powell hessian update\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::HessianUpdate\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBPowellUpdate\fP (\fBStateIn\fP &)" .br .ti -1c .RI "\fBPowellUpdate\fP (const \fBRef\fP< \fBKeyVal\fP > &)" .br .ti -1c .RI "void \fBsave_data_state\fP (\fBStateOut\fP &)" .br .RI "Save the base classes (with save_data_state) and the members in the same order that the \fBStateIn\fP CTOR initializes them\&. " .ti -1c .RI "void \fBupdate\fP (const \fBRefSymmSCMatrix\fP &ihessian, const \fBRef\fP< \fBFunction\fP > &func, const \fBRefSCVector\fP &xnew, const \fBRefSCVector\fP &gnew)" .br .ti -1c .RI "void \fBapply_transform\fP (const \fBRef\fP< \fBNonlinearTransform\fP > &)" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "\fBRefSCVector\fP \fBxprev\fP" .br .ti -1c .RI "\fBRefSCVector\fP \fBgprev\fP" .br .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP The \fBPowellUpdate\fP class is used to specify a Powell hessian update\&. This hessian update method is the recommended method for use with transition state searches (the \fBEFCOpt\fP class can be used for transition state searches)\&. .br .SH "Member Function Documentation" .PP .SS "void sc::PowellUpdate::save_data_state (\fBStateOut\fP &)\fC [virtual]\fP" .PP Save the base classes (with save_data_state) and the members in the same order that the \fBStateIn\fP CTOR initializes them\&. This must be implemented by the derived class if the class has data\&. .PP Reimplemented from \fBsc::HessianUpdate\fP\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.