Expand description
Dense cuSOLVER ops: QR, LU (factorize / solve), Cholesky, SVD,
Syevd. Each request struct is generic over T: SolverSupported
(f32, f64) and dispatches through
crate::sys::cusolver::SolverScalar.
Dense cuSOLVER ops: QR, LU (factorize / solve), Cholesky, SVD,
Syevd. Each request struct is generic over T: SolverSupported
(f32, f64) and dispatches through
crate::sys::cusolver::SolverScalar.