MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / ssbmv

Function ssbmv

src/tests/correctness/blas-lapack.c:517–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517void
518ssbmv(char uplo, int n, int k, float alpha, float *a, int lda, float *x, int incx, float beta, float *y, int incy )
519{
520 ssbmv_( &uplo, &n, &k, &alpha, a, &lda, x, &incx, &beta, y, &incy );
521}
522
523void
524dsbmv(char uplo, int n, int k, double alpha, double *a, int lda, double *x, int incx, double beta, double *y, int incy )

Callers 1

blasSsbmvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected