|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
This namespace handles the GSL blas functions for sparse matrices. More...
Functions | |
| int | dgemv (CBLAS_TRANSPOSE_t const TransA, double const alpha, spmatrix const &A, vector const &x, double const beta, vector &y) |
| C++ version of gsl_spblas_dgemv(). More... | |
| int | dgemm (double const alpha, spmatrix const &A, spmatrix const &B, spmatrix &C) |
| C++ version of gsl_spblas_dgemm(). More... | |
This namespace handles the GSL blas functions for sparse matrices.
|
inline |
C++ version of gsl_spblas_dgemm().
| alpha | A constant |
| A | A matrix |
| B | Another matrix |
| C | Another matrix |
Definition at line 55 of file spblas.hpp.
References gsl::spmatrix::get().
|
inline |
C++ version of gsl_spblas_dgemv().
| TransA | Transpose type |
| alpha | A constant |
| A | A matrix |
| x | A vector |
| beta | Another constant |
| y | A vector |
Definition at line 44 of file spblas.hpp.
References gsl::ran::beta(), gsl::vector::get(), and gsl::spmatrix::get().