ADMB Documentation
-a65f1c97
|
Function function_minimizer::limited_memory_quasi_newton. More...
#include <admodel.h>
Go to the source code of this file.
Macros | |
#define | ISZERO(d) ((d)==0.0) |
Functions | |
int | lbfgs_ (long int *, long int *, double *, double *, double *, long int *, double *, long int *, double *, double *, double *, long int *, long int *, long int *) |
Function function_minimizer::limited_memory_quasi_newton.
Definition in file lmnewton.cpp.
#define ISZERO | ( | d | ) | ((d)==0.0) |
Definition at line 18 of file lmnewton.cpp.
Referenced by function_minimizer::limited_memory_quasi_newton().
int lbfgs_ | ( | long int * | , |
long int * | , | ||
double * | , | ||
double * | , | ||
double * | , | ||
long int * | , | ||
double * | , | ||
long int * | , | ||
double * | , | ||
double * | , | ||
double * | , | ||
long int * | , | ||
long int * | , | ||
long int * | |||
) |
Definition at line 261 of file lbfgs.cpp.
Referenced by function_minimizer::limited_memory_quasi_newton().
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |