gsl.spblas

D bindings for GSL.

Members

Functions

gsl_spblas_dgemm
int gsl_spblas_dgemm(double alpha, const(gsl_spmatrix)* A, const(gsl_spmatrix)* B, gsl_spmatrix* C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spblas_dgemv
int gsl_spblas_dgemv(CBLAS_TRANSPOSE_t TransA, double alpha, const(gsl_spmatrix)* A, const(gsl_vector)* x, double beta, 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_spblas_scatter
size_t gsl_spblas_scatter(const(gsl_spmatrix)* A, size_t j, double alpha, size_t* w, double* x, size_t mark, gsl_spmatrix* C, size_t nz)
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