yanera_lstsq_constrained.c File Reference


Detailed Description

Contains the routines for performing nonlinear least squares fitting.

Definition in file yanera_lstsq_constrained.c.

Go to the source code of this file.

Functions

int yanera_lstsq_constrained_main (yanera_container *yanera)
 PLEASE FILL IN.
int lstsq_fdf_constrained (const gsl_vector *parameters, void *yanera_pointer, gsl_vector *r, gsl_matrix *J)
 PLEASE FILL IN.
int lstsq_f_constrained (const gsl_vector *parameters, void *yanera_pointer, gsl_vector *r)
 PLEASE FILL IN.
int lstsq_df_constrained (const gsl_vector *parameters, void *yanera_pointer, gsl_matrix *J)
 PLEASE FILL IN.
double lstsq_derivatives_constrained (double new_p, void *yanera_pointer)
 PLEASE FILL IN.


Function Documentation

int yanera_lstsq_constrained_main ( yanera_container yanera  ) 

PLEASE FILL IN

Definition at line 24 of file yanera_lstsq_constrained.c.

int lstsq_fdf_constrained ( const gsl_vector *  parameters,
void *  yanera_pointer,
gsl_vector *  r,
gsl_matrix *  J 
)

PLEASE FILL IN

Definition at line 115 of file yanera_lstsq_constrained.c.

int lstsq_f_constrained ( const gsl_vector *  parameters,
void *  yanera_pointer,
gsl_vector *  r 
)

PLEASE FILL IN

Definition at line 126 of file yanera_lstsq_constrained.c.

int lstsq_df_constrained ( const gsl_vector *  parameters,
void *  yanera_pointer,
gsl_matrix *  J 
)

PLEASE FILL IN

Definition at line 199 of file yanera_lstsq_constrained.c.

double lstsq_derivatives_constrained ( double  new_p,
void *  yanera_pointer 
)

PLEASE FILL IN

Definition at line 307 of file yanera_lstsq_constrained.c.


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