STK++ 0.9.13
STK::blas Namespace Reference

Functions

void 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 dgesv_ (int *n, int *nrhs, double *A, int *lda, int *ipiv, double *B, int *ldb, int *info)
 wrapper of the BLAS gesv routine: