yanera_levmar.h File Reference


Detailed Description

Contains the routines for performing nonlinear least squares fitting.

Definition in file yanera_levmar.h.

Go to the source code of this file.

Functions

void levmar_f (double *p, double *y, int np, int ny, void *yanera_pointer)
 PLEASE FILL IN.
double levmar_derivatives (double new_p, void *yanera_pointer)
 PLEASE FILL IN.
void levmar_df (double *p, double *j, int np, int nj, void *yanera_pointer)
 PLEASE FILL IN.
int yanera_levmar_main (yanera_container *yanera)
 PLEASE FILL IN.


Function Documentation

void levmar_f ( double *  p,
double *  y,
int  np,
int  ny,
void *  yanera_pointer 
)

PLEASE FILL IN

double levmar_derivatives ( double  new_p,
void *  yanera_pointer 
)

PLEASE FILL IN

void levmar_df ( double *  p,
double *  j,
int  np,
int  nj,
void *  yanera_pointer 
)

PLEASE FILL IN

int yanera_levmar_main ( yanera_container yanera  ) 

PLEASE FILL IN


Generated on Thu May 29 10:56:33 2008 by  doxygen 1.5.5