ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
lmnewton.cpp File Reference

(Last Changed on February 17, 2022 for git-revision e9b921f3a6f970f4a53398d141831583cf8746df.)

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 *)
 

Detailed Description

Function function_minimizer::limited_memory_quasi_newton.

Author
David Fournier

Definition in file lmnewton.cpp.

Macro Definition Documentation

#define ISZERO (   d)    ((d)==0.0)

Definition at line 18 of file lmnewton.cpp.

Referenced by function_minimizer::limited_memory_quasi_newton().

Function Documentation

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().