MCPcopy 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
542SolveHandle solverDnHandle() { return *cusolverManager(getActiveDeviceId()); }
543
544SparseHandle sparseHandle() { return *cusparseManager(getActiveDeviceId()); }
545

Callers 5

svdInPlaceFunction · 0.85
lu_inplaceFunction · 0.85
cholesky_inplaceFunction · 0.85
qrFunction · 0.85
qr_inplaceFunction · 0.85

Calls 2

cusolverManagerFunction · 0.85
getActiveDeviceIdFunction · 0.70

Tested by

no test coverage detected