- gsl_multifit_covarint 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_QRPTint 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_wdfint 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_wfint 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_allocgsl_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_driverint 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_freevoid 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_iterateint 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_nameconst(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_nitersize_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_positiongsl_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_residualgsl_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_setint 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_set2int 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_set3int 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_wsetint 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_wset2int 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_wset3int 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_allocgsl_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_dfint 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_fdfint 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_driverint 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_freevoid 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_iterateint 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_jacint 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_nameconst(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_nitersize_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_positiongsl_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_residualgsl_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_setint 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_testint 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_wsetint 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_allocgsl_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_driverint 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_freevoid 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_iterateint 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_nameconst(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_positiongsl_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_setint 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_gradientint 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_linearint 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_decompint 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_Lkint 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_Lsobolevint 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_allocgsl_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_applyWint 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_bsvdint 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_estint 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_freevoid 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_genform1int 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_genform2int 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_lcornerint 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_lcorner2int 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_lcurveint 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_lregint 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_rconddouble 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_residualsint 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_solveint 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_stdform1int 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_stdform2int 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_svdint 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_wgenform2int 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_wstdform1int 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_wstdform2int 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_robustint 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_allocgsl_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_estint 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_freevoid 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_maxiterint 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_nameconst(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_residualsint 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_statisticsgsl_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_tuneint 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_weightsint 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_deltaint 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_gradientint 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_wlinearint 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_svdint 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_usvdint 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. 
D bindings for GSL.