Examples Using Least Squares Functions#

  • 02_Least_Squares/gels_batched_block.cu

  • 02_Least_Squares/gels_batched_thread.cu

These examples demonstrate how to use the cuSolverDx API to solve batched least squares problems with block or thread execution. Results are compared with the cuSolver host API cusolverDnXgeqrf, cusolverDnXormqr, and cublasXtrsm.