cblas_sgbmv.c - Man Page

CBLAS/src/cblas_sgbmv.c

Synopsis

#include 'cblas.h'
#include 'cblas_f77.h'

Macros

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

Functions

void API_SUFFIX() cblas_sgbmv (const CBLAS_LAYOUT layout, const CBLAS_TRANSPOSE TransA, const CBLAS_INT M, const CBLAS_INT N, const CBLAS_INT KL, const CBLAS_INT KU, const float alpha, const float *A, const CBLAS_INT lda, const float *X, const CBLAS_INT incX, const float beta, float *Y, const CBLAS_INT incY)

Macro Definition 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 API_SUFFIX() cblas_sgbmv (const CBLAS_LAYOUT layout, const CBLAS_TRANSPOSE TransA, const CBLAS_INT M, const CBLAS_INT N, const CBLAS_INT KL, const CBLAS_INT KU, const float alpha, const float * A, const CBLAS_INT lda, const float * X, const CBLAS_INT incX, const float beta, float * Y, const CBLAS_INT incY)

Definition at line 12 of file cblas_sgbmv.c.

Author

Generated automatically by Doxygen for LAPACK from the source code.

Info

Tue Nov 28 2023 12:08:41 Version 3.12.0 LAPACK