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 に乗算して、連立線形方程式の解を返します。
は、行列方程式 を解きます。ここで、λ は X = fixed.qlessQRMatrixSolve(A,B,outputType,[],regularizationParameter)regularizationParameter です。
は、行列方程式 を解きます。ここでは次のようになります。X = fixed.qlessQRMatrixSolve(A,B,outputType,forgettingFactor,regularizationParameter)
α は forgettingFactor、λ は regularizationParameter、m は A の行数です。
例
入力引数
出力引数
拡張機能
バージョン履歴
R2020b で導入参考
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