Defines | Functions
cblas_sgbmv.c File Reference
#include "cblas.h"
#include "cblas_f77.h"
Include dependency graph for cblas_sgbmv.c:

Go to the source code of this file.

Defines

#define F77_incX   incX
#define F77_incY   incY
#define F77_KL   KL
#define F77_KU   KU
#define F77_lda   lda
#define F77_M   M
#define F77_N   N
#define F77_TA   &TA

Functions

void cblas_sgbmv (const enum CBLAS_ORDER order, const enum CBLAS_TRANSPOSE TransA, const int M, const int N, const int KL, const int KU, const float alpha, const float *A, const int lda, const float *X, const int incX, const float beta, float *Y, const int incY)

Define Documentation

#define F77_incX   incX
#define F77_incY   incY
#define F77_KL   KL
#define F77_KU   KU
#define F77_lda   lda
#define F77_M   M
#define F77_N   N
#define F77_TA   &TA

Function Documentation

void cblas_sgbmv ( const enum CBLAS_ORDER  order,
const enum CBLAS_TRANSPOSE  TransA,
const int  M,
const int  N,
const int  KL,
const int  KU,
const float  alpha,
const float *  A,
const int  lda,
const float *  X,
const int  incX,
const float  beta,
float *  Y,
const int  incY 
)

Definition at line 12 of file cblas_sgbmv.c.



swiftnav
Author(s):
autogenerated on Sat Jun 8 2019 18:56:45