Go to the source code of this file.
Functions | |
void | daxpy_ (int *n, double *a, double *x, int *incx, double *y, int *incy) |
void | dscal_ (int *n, double *a, double *x, int *incx) |
void | dgemm_ (char *Ta, char *Tb, int *m, int *n, int *k, double *a, const double *A, int *lda, const double *B, int *ldb, double *b, double *C, int *ldc) |
Variables | |
double | d_one = 1.0 |
double | d_mone = -1.0 |
double | d_zero = 0.0 |
int | i_one = 1 |
int | i_zero = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|