NUMCXX
0.13.20181108
Numerical library for small projects and teaching purposes
|
Inline method definitions for class numcxx::TMatrix.
Definition in file tmatrix.ixx.
Go to the source code of this file.
Namespaces | |
numcxx | |
Numcxx template library. | |
Functions | |
void | numcxx::dgemm_ (char *TRANSA, char *TRANSB, int *M, int *N, int *K, double *ALPHA, const double *A, int *LDA, double *B, int *LDB, double *BETA, double *C, int *LDC) |
void | numcxx::sgemm_ (char *TRANSA, char *TRANSB, int *M, int *N, int *K, float *ALPHA, const float *A, int *LDA, float *B, int *LDB, float *BETA, float *C, int *LDC) |