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

Method spr

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

SPR

Source from the content-addressed store, hash-verified

1006
1007//SPR
1008void
1009::clMath::blas::spr(
1010 clblasOrder order,
1011 clblasUplo uplo,
1012 size_t N,
1013 float alpha,
1014 float* X,
1015 size_t offx,
1016 int incx,
1017 float* AP,
1018 size_t offa)
1019{
1020 blasSspr(order, uplo, N, alpha, X, offx, incx, AP, offa);
1021}
1022
1023void
1024::clMath::blas::spr(

Callers

nothing calls this directly

Calls 2

blasSsprFunction · 0.85
blasDsprFunction · 0.85

Tested by

no test coverage detected