#include "cblas.h"
#include "cblas_f77.h"
Go to the source code of this file.
Defines |
#define | F77_incX incX |
#define | F77_incY incY |
#define | F77_lda lda |
#define | F77_M M |
#define | F77_N N |
#define | F77_TA &TA |
Functions |
void | cblas_dgemv (const enum CBLAS_ORDER order, const enum CBLAS_TRANSPOSE TransA, const int M, const int N, const double alpha, const double *A, const int lda, const double *X, const int incX, const double beta, double *Y, const int incY) |
Define Documentation
Function Documentation
void cblas_dgemv |
( |
const enum CBLAS_ORDER |
order, |
|
|
const enum CBLAS_TRANSPOSE |
TransA, |
|
|
const int |
M, |
|
|
const int |
N, |
|
|
const double |
alpha, |
|
|
const double * |
A, |
|
|
const int |
lda, |
|
|
const double * |
X, |
|
|
const int |
incX, |
|
|
const double |
beta, |
|
|
double * |
Y, |
|
|
const int |
incY |
|
) |
| |