gsl.multilarge

D bindings for GSL.

Members

Functions

gsl_multilarge_linear_L_decomp
int gsl_multilarge_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_multilarge_linear_accumulate
int gsl_multilarge_linear_accumulate(gsl_matrix* X, gsl_vector* y, gsl_multilarge_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_multilarge_linear_alloc
gsl_multilarge_linear_workspace* gsl_multilarge_linear_alloc(const(gsl_multilarge_linear_type)* T, 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_multilarge_linear_free
void gsl_multilarge_linear_free(gsl_multilarge_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_multilarge_linear_genform1
int gsl_multilarge_linear_genform1(const(gsl_vector)* L, const(gsl_vector)* cs, gsl_vector* c, gsl_multilarge_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_multilarge_linear_genform2
int gsl_multilarge_linear_genform2(const(gsl_matrix)* LQR, const(gsl_vector)* Ltau, const(gsl_vector)* cs, gsl_vector* c, gsl_multilarge_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_multilarge_linear_lcurve
int gsl_multilarge_linear_lcurve(gsl_vector* reg_param, gsl_vector* rho, gsl_vector* eta, gsl_multilarge_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_multilarge_linear_name
const(char)* gsl_multilarge_linear_name(const(gsl_multilarge_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_multilarge_linear_rcond
int gsl_multilarge_linear_rcond(double* rcond, gsl_multilarge_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_multilarge_linear_reset
int gsl_multilarge_linear_reset(gsl_multilarge_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_multilarge_linear_solve
int gsl_multilarge_linear_solve(double lambda, gsl_vector* c, double* rnorm, double* snorm, gsl_multilarge_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_multilarge_linear_stdform1
int gsl_multilarge_linear_stdform1(const(gsl_vector)* L, const(gsl_matrix)* X, const(gsl_vector)* y, gsl_matrix* Xs, gsl_vector* ys, gsl_multilarge_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_multilarge_linear_stdform2
int gsl_multilarge_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_multilarge_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_multilarge_linear_wstdform1
int gsl_multilarge_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_multilarge_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_multilarge_linear_wstdform2
int gsl_multilarge_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_multilarge_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_multilarge_linear_normal
const(gsl_multilarge_linear_type)* gsl_multilarge_linear_normal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multilarge_linear_tsqr
const(gsl_multilarge_linear_type)* gsl_multilarge_linear_tsqr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

gsl_multilarge_linear_type
struct gsl_multilarge_linear_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_multilarge_linear_workspace
struct gsl_multilarge_linear_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