Examples With Singular Value Decomposition Solver#
bdsvd_batched.cu
The bdsvd_batched example demonstrates how to use cuSolverDx API to compute the singular values of a batched upper bidiagonal matrices.
gesvd_batched.cu
The gesvd_batched example demonstrates how to use cuSolverDx API to compute the singular values of a batched general matrices.
The results are compared with the reference values obtained with cuSolver host API cusolverDn<t>gesvdjBatched and cusolverDn<t>gesvd API.