Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ solverDnHandle
Function
solverDnHandle
src/backend/cuda/platform.cpp:542–542 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
540
#endif
541
542
SolveHandle solverDnHandle() { return *cusolverManager(getActiveDeviceId()); }
543
544
SparseHandle sparseHandle() { return *cusparseManager(getActiveDeviceId()); }
545
Callers
5
svdInPlace
Function · 0.85
lu_inplace
Function · 0.85
cholesky_inplace
Function · 0.85
qr
Function · 0.85
qr_inplace
Function · 0.85
Calls
2
cusolverManager
Function · 0.85
getActiveDeviceId
Function · 0.70
Tested by
no test coverage detected