Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
6981 Discussions

Does it possible to directly access the matrix R after qr decomposition in the mkl library?

WitalijWambold
Beginner
693 Views

Does it possible to directly access the matrix R after qr decomposition in the mkl library? I found only these functions in the description:

mkl_sparse_d_qr
mkl_sparse_d_qr_factorize
mkl_sparse_d_qr_solve
mkl_sparse_d_qr_qmult
mkl_sparse_d_qr_rsolve

But these functions don't provide the matrix R. Does it possible to get the matrix R after qr_factorize?

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
685 Views

it doesn't possible at this moment. You could try to submit this Feature Request to the Intel Online Service Center.

0 Kudos
Reply