|
ergo
|
Go to the source code of this file.
Functions | |
| template<class Treal> | |
| int | template_blas_spmv (const char *uplo, const integer *n, const Treal *alpha, Treal *ap, const Treal *x, const integer *incx, const Treal *beta, Treal *y, const integer *incy) |
| int template_blas_spmv | ( | const char * | uplo, |
| const integer * | n, | ||
| const Treal * | alpha, | ||
| Treal * | ap, | ||
| const Treal * | x, | ||
| const integer * | incx, | ||
| const Treal * | beta, | ||
| Treal * | y, | ||
| const integer * | incy ) |
References template_blas_erbla(), and template_blas_lsame().
Referenced by template_lapack_spgst().