STK++ 0.9.13
|
In this file we we define utilities classes and methods for the interface with blas. More...
Go to the source code of this file.
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
namespace | STK::blas |
Functions | |
void | STK::blas::dgemm (int m, int n, int nrhs, Real *a, int lda, Real *b, int ldb, Real *s, Real *rcond, int *rank, Real *work, int lWork, int *iwork) |
wrapper of the BLAS gemm routine: performs one of the matrix-matrix operations | |
void | STK::blas::dgesv_ (int *n, int *nrhs, double *A, int *lda, int *ipiv, double *B, int *ldb, int *info) |
wrapper of the BLAS gesv routine: | |
In this file we we define utilities classes and methods for the interface with blas.
Definition in file STK_blas_util.h.