![]() |
WarpTwin
Documentation for WarpTwin models and classes.
|
Minimal generic BLAS implementation. More...
#include "types.h"Go to the source code of this file.
Namespaces | |
| namespace | warpos |
Functions | |
| int | warpos::lsame_ (const char *a, const char *b) |
| int | warpos::strsm_ (const char *side, const char *uplo, const char *transa, const char *diag, int *m, int *n, floating_point *alpha, const floating_point *a, int *lda, floating_point *b, int *ldb) |
| int | warpos::sgemm_ (char *transa, char *transb, int *m, int *n, int *k, floating_point *alpha, floating_point *a, int *lda, floating_point *b, int *ldb, floating_point *beta, floating_point *c__, int *ldc) |
| int | warpos::ssyrk_ (char *uplo, char *trans, int *n, int *k, floating_point *alpha, floating_point *a, int *lda, floating_point *beta, floating_point *c__, int *ldc) |
| int | warpos::ssymm_ (char *side, char *uplo, int *m, int *n, floating_point *alpha, floating_point *a, int *lda, floating_point *b, int *ldb, floating_point *beta, floating_point *c__, int *ldc) |
| int | warpos::strmm_ (const char *side, const char *uplo, const char *transa, const char *diag, int *m, int *n, floating_point *alpha, floating_point *a, int *lda, floating_point *b, int *ldb) |
Minimal generic BLAS implementation.
KFCore
Note: all matrices are stored in column-major order.