NUMCXX  0.13.20181108
Numerical library for small projects and teaching purposes
Namespaces | Functions
tmatrix.ixx File Reference

Description

Inline method definitions for class numcxx::TMatrix.

Definition in file tmatrix.ixx.

+ Include dependency graph for tmatrix.ixx:
+ This graph shows which files directly or indirectly include this file:

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)