gsl.spmatrix

D bindings for GSL.

Members

Functions

gsl_spmatrix_add
int gsl_spmatrix_add(gsl_spmatrix* c, const(gsl_spmatrix)* a, const(gsl_spmatrix)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spmatrix_alloc
gsl_spmatrix* gsl_spmatrix_alloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spmatrix_alloc_nzmax
gsl_spmatrix* gsl_spmatrix_alloc_nzmax(size_t n1, size_t n2, size_t nzmax, size_t flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spmatrix_compare_idx
int gsl_spmatrix_compare_idx(size_t ia, size_t ja, size_t ib, size_t jb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spmatrix_compcol
gsl_spmatrix* gsl_spmatrix_compcol(const(gsl_spmatrix)* T)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spmatrix_cumsum
void gsl_spmatrix_cumsum(size_t n, size_t* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spmatrix_d2sp
int gsl_spmatrix_d2sp(gsl_spmatrix* S, const(gsl_matrix)* A)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spmatrix_equal
int gsl_spmatrix_equal(const(gsl_spmatrix)* a, const(gsl_spmatrix)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spmatrix_free
void gsl_spmatrix_free(gsl_spmatrix* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spmatrix_get
double gsl_spmatrix_get(const(gsl_spmatrix)* m, size_t i, size_t j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spmatrix_memcpy
int gsl_spmatrix_memcpy(gsl_spmatrix* dest, const(gsl_spmatrix)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spmatrix_minmax
int gsl_spmatrix_minmax(const(gsl_spmatrix)* m, double* min_out, double* max_out)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spmatrix_nnz
size_t gsl_spmatrix_nnz(const(gsl_spmatrix)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spmatrix_realloc
int gsl_spmatrix_realloc(size_t nzmax, gsl_spmatrix* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spmatrix_scale
int gsl_spmatrix_scale(gsl_spmatrix* m, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spmatrix_set
int gsl_spmatrix_set(gsl_spmatrix* m, size_t i, size_t j, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spmatrix_set_zero
int gsl_spmatrix_set_zero(gsl_spmatrix* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spmatrix_sp2d
int gsl_spmatrix_sp2d(gsl_matrix* A, const(gsl_spmatrix)* S)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spmatrix_transpose_memcpy
int gsl_spmatrix_transpose_memcpy(gsl_spmatrix* dest, const(gsl_spmatrix)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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