Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7287 ディスカッション

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

WitalijWambold
ビギナー
2,207件の閲覧回数

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 件の賞賛
1 返信
Gennady_F_Intel
モデレーター
2,199件の閲覧回数

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

返信