Examples Using Least Squares Functions#
gels_batched.cu
The gels_batched example demonstrates how to use cuSolverDx API to solve a batched least squares problem.
The results are compared with the reference values obtained with cuSolver host API, cuSolverDnXgeqrf, followed by cuSolverDnXormqr, and cuBlasXtrsm.