このページの翻訳は最新ではありません。ここをクリックして、英語の最新版を参照してください。
fixed.qlessQRMatrixSolve
Q-less QR 分解を使用した x に対する線形方程式系 (A'A)x = B の求解
構文
説明
は、線形方程式系 (A'A)x = B の解を、x
= fixed.qlessQRMatrixSolve(A
, B
, outputType
)outputType
で指定された出力型をもつ変数として返します。
は、x
= fixed.qlessQRMatrixSolve(A
, B
, outputType
, forgettingFactor
)A
の各行の処理後に forgettingFactor
を R に乗算して、線形方程式系の解を返します。
例
入力引数
出力引数
拡張機能
バージョン履歴
参考
fixed.backwardSubstitute
| fixed.forwardSubstitute
| fixed.qlessQR
| fixed.qlessQRUpdate
| fixed.qrAB
| fixed.qrMatrixSolve
トピック
- Algorithms to Determine Fixed-Point Types for Complex Q-less QR Matrix Solve A'AX=B
- Determine Fixed-Point Types for Complex Q-less QR Matrix Solve A'AX=B
- Algorithms to Determine Fixed-Point Types for Real Q-less QR Matrix Solve A'AX=B
- Determine Fixed-Point Types for Real Q-less QR Matrix Solve A'AX=B
- Compute Forgetting Factor Required for Streaming Input Data