Introduction Example#

  • posv_batched.cu

The introduction example, described in detail in Using cuSolverDx, explains the basics of cuSolverDx library and its API by solving a batched linear systems with multiple right hand sides after Cholesky factorization. The results are compared with these obtained using cuSolver host API cusolverDnXportf followed by cusolverDnXpotrs.