Examples With Orthogonal/Unitary Factors#
geqrf_batched.cu
The geqrf_batched example demonstrates how to use cuSolverDx API to compute the QR factorization on a batched M x N matrix.
The results are compared with the reference values obtained with cuBLAS host API
cublas<t>geqrfBatched.
unmqr_batched.cu
The unmqr_batched example demonstrates how to use cuSolverDx API to compute the matrix multiplication with an orthogonal/unitary matrix Q on a batched M x N matrix.
The results are compared with the reference values obtained with cuSolver host API
cusolverDnXunmqr.
ungqr_batched.cu
The ungqr_batched example demonstrates how to use cuSolverDx API to compute matrix Q from the QR factorization on a batched M x N matrix.
The results are compared with the reference values obtained with cuSolver host API
cusolverDnXungqr.