gsl.multifit

D bindings for GSL.

Members

Aliases

gsl_multifit_function
alias gsl_multifit_function = gsl_multifit_function_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_function_fdf
alias gsl_multifit_function_fdf = gsl_multifit_function_fdf_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

gsl_multifit_covar
int gsl_multifit_covar(const(gsl_matrix)* J, double epsrel, gsl_matrix* covar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_covar_QRPT
int gsl_multifit_covar_QRPT(gsl_matrix* r, gsl_permutation* perm, double epsrel, gsl_matrix* covar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_eval_wdf
int gsl_multifit_eval_wdf(gsl_multifit_function_fdf* fdf, const(gsl_vector)* x, const(gsl_vector)* wts, gsl_matrix* dy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_eval_wf
int gsl_multifit_eval_wf(gsl_multifit_function_fdf* fdf, const(gsl_vector)* x, const(gsl_vector)* wts, gsl_vector* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfridge_alloc
gsl_multifit_fdfridge* gsl_multifit_fdfridge_alloc(const(gsl_multifit_fdfsolver_type)* T, size_t n, size_t p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfridge_driver
int gsl_multifit_fdfridge_driver(gsl_multifit_fdfridge* w, size_t maxiter, double xtol, double gtol, double ftol, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfridge_free
void gsl_multifit_fdfridge_free(gsl_multifit_fdfridge* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfridge_iterate
int gsl_multifit_fdfridge_iterate(gsl_multifit_fdfridge* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfridge_name
const(char)* gsl_multifit_fdfridge_name(const(gsl_multifit_fdfridge)* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfridge_niter
size_t gsl_multifit_fdfridge_niter(const(gsl_multifit_fdfridge)* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfridge_position
gsl_vector* gsl_multifit_fdfridge_position(const(gsl_multifit_fdfridge)* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfridge_residual
gsl_vector* gsl_multifit_fdfridge_residual(const(gsl_multifit_fdfridge)* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfridge_set
int gsl_multifit_fdfridge_set(gsl_multifit_fdfridge* w, gsl_multifit_function_fdf* f, const(gsl_vector)* x, double lambda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfridge_set2
int gsl_multifit_fdfridge_set2(gsl_multifit_fdfridge* w, gsl_multifit_function_fdf* f, const(gsl_vector)* x, const(gsl_vector)* lambda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfridge_set3
int gsl_multifit_fdfridge_set3(gsl_multifit_fdfridge* w, gsl_multifit_function_fdf* f, const(gsl_vector)* x, const(gsl_matrix)* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfridge_wset
int gsl_multifit_fdfridge_wset(gsl_multifit_fdfridge* w, gsl_multifit_function_fdf* f, const(gsl_vector)* x, double lambda, const(gsl_vector)* wts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfridge_wset2
int gsl_multifit_fdfridge_wset2(gsl_multifit_fdfridge* w, gsl_multifit_function_fdf* f, const(gsl_vector)* x, const(gsl_vector)* lambda, const(gsl_vector)* wts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfridge_wset3
int gsl_multifit_fdfridge_wset3(gsl_multifit_fdfridge* w, gsl_multifit_function_fdf* f, const(gsl_vector)* x, const(gsl_matrix)* L, const(gsl_vector)* wts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfsolver_alloc
gsl_multifit_fdfsolver* gsl_multifit_fdfsolver_alloc(const(gsl_multifit_fdfsolver_type)* T, size_t n, size_t p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfsolver_dif_df
int gsl_multifit_fdfsolver_dif_df(const(gsl_vector)* x, const(gsl_vector)* wts, gsl_multifit_function_fdf* fdf, const(gsl_vector)* f, gsl_matrix* J)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfsolver_dif_fdf
int gsl_multifit_fdfsolver_dif_fdf(const(gsl_vector)* x, gsl_multifit_function_fdf* fdf, gsl_vector* f, gsl_matrix* J)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfsolver_driver
int gsl_multifit_fdfsolver_driver(gsl_multifit_fdfsolver* s, size_t maxiter, double xtol, double gtol, double ftol, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfsolver_free
void gsl_multifit_fdfsolver_free(gsl_multifit_fdfsolver* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfsolver_iterate
int gsl_multifit_fdfsolver_iterate(gsl_multifit_fdfsolver* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfsolver_jac
int gsl_multifit_fdfsolver_jac(gsl_multifit_fdfsolver* s, gsl_matrix* J)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfsolver_name
const(char)* gsl_multifit_fdfsolver_name(const(gsl_multifit_fdfsolver)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfsolver_niter
size_t gsl_multifit_fdfsolver_niter(const(gsl_multifit_fdfsolver)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfsolver_position
gsl_vector* gsl_multifit_fdfsolver_position(const(gsl_multifit_fdfsolver)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfsolver_residual
gsl_vector* gsl_multifit_fdfsolver_residual(const(gsl_multifit_fdfsolver)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfsolver_set
int gsl_multifit_fdfsolver_set(gsl_multifit_fdfsolver* s, gsl_multifit_function_fdf* fdf, const(gsl_vector)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfsolver_test
int gsl_multifit_fdfsolver_test(const(gsl_multifit_fdfsolver)* s, double xtol, double gtol, double ftol, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfsolver_wset
int gsl_multifit_fdfsolver_wset(gsl_multifit_fdfsolver* s, gsl_multifit_function_fdf* f, const(gsl_vector)* x, const(gsl_vector)* wts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fsolver_alloc
gsl_multifit_fsolver* gsl_multifit_fsolver_alloc(const(gsl_multifit_fsolver_type)* T, size_t n, size_t p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fsolver_driver
int gsl_multifit_fsolver_driver(gsl_multifit_fsolver* s, size_t maxiter, double epsabs, double epsrel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fsolver_free
void gsl_multifit_fsolver_free(gsl_multifit_fsolver* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fsolver_iterate
int gsl_multifit_fsolver_iterate(gsl_multifit_fsolver* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fsolver_name
const(char)* gsl_multifit_fsolver_name(const(gsl_multifit_fsolver)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fsolver_position
gsl_vector* gsl_multifit_fsolver_position(const(gsl_multifit_fsolver)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fsolver_set
int gsl_multifit_fsolver_set(gsl_multifit_fsolver* s, gsl_multifit_function* f, const(gsl_vector)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_gradient
int gsl_multifit_gradient(const(gsl_matrix)* J, const(gsl_vector)* f, gsl_vector* g)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear
int gsl_multifit_linear(const(gsl_matrix)* X, const(gsl_vector)* y, gsl_vector* c, gsl_matrix* cov, double* chisq, gsl_multifit_linear_workspace* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_L_decomp
int gsl_multifit_linear_L_decomp(gsl_matrix* L, gsl_vector* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_Lk
int gsl_multifit_linear_Lk(size_t p, size_t k, gsl_matrix* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_Lsobolev
int gsl_multifit_linear_Lsobolev(size_t p, size_t kmax, const(gsl_vector)* alpha, gsl_matrix* L, gsl_multifit_linear_workspace* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_alloc
gsl_multifit_linear_workspace* gsl_multifit_linear_alloc(size_t n, size_t p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_applyW
int gsl_multifit_linear_applyW(const(gsl_matrix)* X, const(gsl_vector)* w, const(gsl_vector)* y, gsl_matrix* WX, gsl_vector* Wy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_bsvd
int gsl_multifit_linear_bsvd(const(gsl_matrix)* X, gsl_multifit_linear_workspace* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_est
int gsl_multifit_linear_est(const(gsl_vector)* x, const(gsl_vector)* c, const(gsl_matrix)* cov, double* y, double* y_err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_free
void gsl_multifit_linear_free(gsl_multifit_linear_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_genform1
int gsl_multifit_linear_genform1(const(gsl_vector)* L, const(gsl_vector)* cs, gsl_vector* c, gsl_multifit_linear_workspace* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_genform2
int gsl_multifit_linear_genform2(const(gsl_matrix)* LQR, const(gsl_vector)* Ltau, const(gsl_matrix)* X, const(gsl_vector)* y, const(gsl_vector)* cs, const(gsl_matrix)* M, gsl_vector* c, gsl_multifit_linear_workspace* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_lcorner
int gsl_multifit_linear_lcorner(const(gsl_vector)* rho, const(gsl_vector)* eta, size_t* idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_lcorner2
int gsl_multifit_linear_lcorner2(const(gsl_vector)* reg_param, const(gsl_vector)* eta, size_t* idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_lcurve
int gsl_multifit_linear_lcurve(const(gsl_vector)* y, gsl_vector* reg_param, gsl_vector* rho, gsl_vector* eta, gsl_multifit_linear_workspace* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_lreg
int gsl_multifit_linear_lreg(double smin, double smax, gsl_vector* reg_param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_rcond
double gsl_multifit_linear_rcond(const(gsl_multifit_linear_workspace)* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_residuals
int gsl_multifit_linear_residuals(const(gsl_matrix)* X, const(gsl_vector)* y, const(gsl_vector)* c, gsl_vector* r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_solve
int gsl_multifit_linear_solve(double lambda, const(gsl_matrix)* X, const(gsl_vector)* y, gsl_vector* c, double* rnorm, double* snorm, gsl_multifit_linear_workspace* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_stdform1
int gsl_multifit_linear_stdform1(const(gsl_vector)* L, const(gsl_matrix)* X, const(gsl_vector)* y, gsl_matrix* Xs, gsl_vector* ys, gsl_multifit_linear_workspace* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_stdform2
int gsl_multifit_linear_stdform2(const(gsl_matrix)* LQR, const(gsl_vector)* Ltau, const(gsl_matrix)* X, const(gsl_vector)* y, gsl_matrix* Xs, gsl_vector* ys, gsl_matrix* M, gsl_multifit_linear_workspace* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_svd
int gsl_multifit_linear_svd(const(gsl_matrix)* X, gsl_multifit_linear_workspace* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_wgenform2
int gsl_multifit_linear_wgenform2(const(gsl_matrix)* LQR, const(gsl_vector)* Ltau, const(gsl_matrix)* X, const(gsl_vector)* w, const(gsl_vector)* y, const(gsl_vector)* cs, const(gsl_matrix)* M, gsl_vector* c, gsl_multifit_linear_workspace* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_wstdform1
int gsl_multifit_linear_wstdform1(const(gsl_vector)* L, const(gsl_matrix)* X, const(gsl_vector)* w, const(gsl_vector)* y, gsl_matrix* Xs, gsl_vector* ys, gsl_multifit_linear_workspace* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_wstdform2
int gsl_multifit_linear_wstdform2(const(gsl_matrix)* LQR, const(gsl_vector)* Ltau, const(gsl_matrix)* X, const(gsl_vector)* w, const(gsl_vector)* y, gsl_matrix* Xs, gsl_vector* ys, gsl_matrix* M, gsl_multifit_linear_workspace* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust
int gsl_multifit_robust(const(gsl_matrix)* X, const(gsl_vector)* y, gsl_vector* c, gsl_matrix* cov, gsl_multifit_robust_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_alloc
gsl_multifit_robust_workspace* gsl_multifit_robust_alloc(const(gsl_multifit_robust_type)* T, size_t n, size_t p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_est
int gsl_multifit_robust_est(const(gsl_vector)* x, const(gsl_vector)* c, const(gsl_matrix)* cov, double* y, double* y_err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_free
void gsl_multifit_robust_free(gsl_multifit_robust_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_maxiter
int gsl_multifit_robust_maxiter(size_t maxiter, gsl_multifit_robust_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_name
const(char)* gsl_multifit_robust_name(const(gsl_multifit_robust_workspace)* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_residuals
int gsl_multifit_robust_residuals(const(gsl_matrix)* X, const(gsl_vector)* y, const(gsl_vector)* c, gsl_vector* r, gsl_multifit_robust_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_statistics
gsl_multifit_robust_stats gsl_multifit_robust_statistics(const(gsl_multifit_robust_workspace)* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_tune
int gsl_multifit_robust_tune(double tune, gsl_multifit_robust_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_weights
int gsl_multifit_robust_weights(const(gsl_vector)* r, gsl_vector* wts, gsl_multifit_robust_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_test_delta
int gsl_multifit_test_delta(const(gsl_vector)* dx, const(gsl_vector)* x, double epsabs, double epsrel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_test_gradient
int gsl_multifit_test_gradient(const(gsl_vector)* g, double epsabs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_wlinear
int gsl_multifit_wlinear(const(gsl_matrix)* X, const(gsl_vector)* w, const(gsl_vector)* y, gsl_vector* c, gsl_matrix* cov, double* chisq, gsl_multifit_linear_workspace* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_wlinear_svd
int gsl_multifit_wlinear_svd(const(gsl_matrix)* X, const(gsl_vector)* w, const(gsl_vector)* y, double tol, size_t* rank, gsl_vector* c, gsl_matrix* cov, double* chisq, gsl_multifit_linear_workspace* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_wlinear_usvd
int gsl_multifit_wlinear_usvd(const(gsl_matrix)* X, const(gsl_vector)* w, const(gsl_vector)* y, double tol, size_t* rank, gsl_vector* c, gsl_matrix* cov, double* chisq, gsl_multifit_linear_workspace* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

gsl_multifit_fdfsolver_lmder
const(gsl_multifit_fdfsolver_type)* gsl_multifit_fdfsolver_lmder;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfsolver_lmniel
const(gsl_multifit_fdfsolver_type)* gsl_multifit_fdfsolver_lmniel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfsolver_lmsder
const(gsl_multifit_fdfsolver_type)* gsl_multifit_fdfsolver_lmsder;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_bisquare
const(gsl_multifit_robust_type)* gsl_multifit_robust_bisquare;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_cauchy
const(gsl_multifit_robust_type)* gsl_multifit_robust_cauchy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_default
const(gsl_multifit_robust_type)* gsl_multifit_robust_default;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_fair
const(gsl_multifit_robust_type)* gsl_multifit_robust_fair;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_huber
const(gsl_multifit_robust_type)* gsl_multifit_robust_huber;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_ols
const(gsl_multifit_robust_type)* gsl_multifit_robust_ols;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_welsch
const(gsl_multifit_robust_type)* gsl_multifit_robust_welsch;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

gsl_multifit_fdfridge
struct gsl_multifit_fdfridge
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfsolver
struct gsl_multifit_fdfsolver
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fdfsolver_type
struct gsl_multifit_fdfsolver_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fsolver
struct gsl_multifit_fsolver
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_fsolver_type
struct gsl_multifit_fsolver_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_function_fdf_struct
struct gsl_multifit_function_fdf_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_function_struct
struct gsl_multifit_function_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_linear_workspace
struct gsl_multifit_linear_workspace
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_stats
struct gsl_multifit_robust_stats
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_type
struct gsl_multifit_robust_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multifit_robust_workspace
struct gsl_multifit_robust_workspace
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

Authors

Chibisi Chima-Okereke

License

Boost License 1.0