ergo
template_blas_spmv.h File Reference

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)
 

Function Documentation

◆ template_blas_spmv()

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 )