ReFRACtor
gsl_lsp.h File Reference
#include <gsl/gsl_vector.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_multifit_nlin.h>
#include <nlls_problem.h>
+ Include dependency graph for gsl_lsp.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

gsl_multifit_function_fdf gsl_get_lsp_fdf (const FullPhysics::NLLSProblem *lsp_standard)
 
int gsl_lsp_f (const gsl_vector *x, void *data, gsl_vector *f)
 
int gsl_lsp_fj (const gsl_vector *x, void *data, gsl_vector *f, gsl_matrix *j)
 
int gsl_lsp_j (const gsl_vector *x, void *data, gsl_matrix *j)
 

Function Documentation

◆ gsl_get_lsp_fdf()

gsl_multifit_function_fdf gsl_get_lsp_fdf ( const FullPhysics::NLLSProblem lsp_standard)

Definition at line 39 of file gsl_lsp.cc.

◆ gsl_lsp_f()

int gsl_lsp_f ( const gsl_vector *  x,
void *  data,
gsl_vector *  f 
)

Definition at line 12 of file gsl_lsp.cc.

◆ gsl_lsp_fj()

int gsl_lsp_fj ( const gsl_vector *  x,
void *  data,
gsl_vector *  f,
gsl_matrix *  j 
)

Definition at line 32 of file gsl_lsp.cc.

◆ gsl_lsp_j()

int gsl_lsp_j ( const gsl_vector *  x,
void *  data,
gsl_matrix *  j 
)

Definition at line 22 of file gsl_lsp.cc.


Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:11