Introduction Example#
00_Introduction/posv_batched_block.cu
The introduction example, described in detail in Using cuSolverDx, explains the basics of the cuSolverDx library and its API by solving batched linear systems with multiple right-hand sides using Cholesky factorization. The results are compared with those obtained using the cuSolver host API cusolverDnXpotrf followed by cusolverDnXpotrs.