destroy() | LBFGSB | [inline] |
init(const int &numWts) | LBFGSB | [inline] |
LBFGSB(const int &maxIter, const double &ftol, PseudoLogLikelihood *const &pll, const int &numWts) | LBFGSB | [inline] |
minimize(double *const &wts, int &iter, bool &error) | LBFGSB | [inline] |
minimize(const int &numWts, double *const &wts, int &iter, bool &error) | LBFGSB | [inline] |
minimizePl(double *const &wts, int &iter, bool &error, PolyNomial &pl) | LBFGSB | [inline] |
proceedOneStepPl(double *const &wts, double &initialValue, int &iter, bool &error, PolyNomial &pl) | LBFGSB | [inline] |
reInit(const int &numWts) | LBFGSB | [inline] |
setFtol(const double &tol) | LBFGSB | [inline] |
setLowerBounds(const double *l) | LBFGSB | [inline] |
setMaxIter(const int &iter) | LBFGSB | [inline] |
setUpperBounds(const double *u) | LBFGSB | [inline] |
startPl(double *const &wts, int &iter, bool &error, PolyNomial &pl) | LBFGSB | [inline] |
~LBFGSB() | LBFGSB | [inline] |