#include <BALL/MOLMEC/MINIMIZATION/shiftedLVMM.h>
Static Public Attributes | |
static const char * | UPDATE_METHOD |
static const char * | CORRECTION_PARAMETER |
static const char * | NUM_OF_COLUMNS |
Symbolic names for option keys. This struct contains a symbolic name for each recognized key in ShiftedLVMMMinimizer::options.
Definition at line 52 of file shiftedLVMM.h.
const char* BALL::ShiftedLVMMMinimizer::Option::CORRECTION_PARAMETER [static] |
Which correction parameter should be used?
Definition at line 60 of file shiftedLVMM.h.
const char* BALL::ShiftedLVMMMinimizer::Option::NUM_OF_COLUMNS [static] |
The number of columns of the factor of the shifted inverse hessian approximation.
Definition at line 65 of file shiftedLVMM.h.
const char* BALL::ShiftedLVMMMinimizer::Option::UPDATE_METHOD [static] |
Which update method should be used?
Definition at line 56 of file shiftedLVMM.h.