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

Method hpmv

src/tests/blas-wrapper.cpp:1308–1325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1306}
1307
1308void
1309::clMath::blas::hpmv(
1310 clblasOrder order,
1311 clblasUplo uplo,
1312 size_t N,
1313 FloatComplex alpha,
1314 FloatComplex* A,
1315 size_t offa,
1316 FloatComplex* X,
1317 size_t offx,
1318 int incx,
1319 FloatComplex beta,
1320 FloatComplex* Y,
1321 size_t offy,
1322 int incy)
1323{
1324 blasChpmv(order, uplo, N, alpha, A, offa, X, offx, incx, beta, Y, offy, incy);
1325}
1326
1327void
1328::clMath::blas::hpmv(

Callers

nothing calls this directly

Calls 2

blasChpmvFunction · 0.85
blasZhpmvFunction · 0.85

Tested by

no test coverage detected