项目作者: iwoodsawyer

项目描述 :
QR/RQ/QL/LQ factorizations
高级语言: C
项目地址: git://github.com/iwoodsawyer/factor.git
创建时间: 2021-03-31T16:26:22Z
项目社区:https://github.com/iwoodsawyer/factor

开源协议:MIT License

下载


View QR/RQ/QL/LQ factorizations on File Exchange

Currently RQ, QL, and LQ factorizations are not included in Matlab, although these factorizations can also be done by QR function and additional matrix manipulations if matrix is square. Therefore I wrote these mex files, which uses the internal LAPACK routines of Matlab. QR1 is added to complete the set. They can also handle empty matrices. Enforcing positive elements on diagonal R matrix or column pivoting is supported by the QR1 factorization only.