tttrlib
A library for time-tagged time resolved data
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
bfgs Class Reference

#include <i_lbfgs.h>

Public Member Functions

 bfgs (TargetFP fun)
 
 bfgs (TargetFP fun, int n)
 
 ~bfgs ()
 
void setN (int n)
 
void seteps (double e)
 
void seteps ()
 
void fix (int n)
 
void free (int n)
 
int minimize (double *x, void *p)
 

Public Attributes

int maxiter
 

Constructor & Destructor Documentation

◆ bfgs() [1/2]

bfgs::bfgs ( TargetFP fun)
inline

◆ bfgs() [2/2]

bfgs::bfgs ( TargetFP fun,
int n )
inline

◆ ~bfgs()

bfgs::~bfgs ( )
inline

Member Function Documentation

◆ fix()

void bfgs::fix ( int n)
inline

◆ free()

void bfgs::free ( int n)
inline

◆ minimize()

int bfgs::minimize ( double * x,
void * p )
inline

◆ seteps() [1/2]

void bfgs::seteps ( )
inline

◆ seteps() [2/2]

void bfgs::seteps ( double e)
inline

◆ setN()

void bfgs::setN ( int n)
inline

Member Data Documentation

◆ maxiter

int bfgs::maxiter

The documentation for this class was generated from the following file: