Definition in file yanera_lstsq_constrained.h.
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. |
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.