fixed.qrMatrixSolve
QR 分解を使用した x に対する連立線形方程式 Ax = B の求解
構文
説明
は、連立線形方程式 Ax = B の解を、x = fixed.qrMatrixSolve(A,B, outputType)outputType で指定された出力型をもつ変数として返します。
は、次の連立線形方程式の解を返します。x = fixed.qrMatrixSolve(A,B,outputType,regularizationParameter)
ここで、A は m 行 n 列の行列、B は m 行 p 列の行列、λ は正則化パラメーターです。
例
入力引数
出力引数
拡張機能
バージョン履歴
R2020b で導入
参考
fixed.backwardSubstitute | fixed.forwardSubstitute | fixed.qlessQR | fixed.qlessQRUpdate | fixed.qrAB | fixed.qlessQRMatrixSolve
トピック
- Algorithms to Determine Fixed-Point Types for Complex Least-Squares Matrix Solve AX=B
- Determine Fixed-Point Types for Complex Least-Squares Matrix Solve AX=B
- Algorithms to Determine Fixed-Point Types for Real Least-Squares Matrix Solve AX=B
- Determine Fixed-Point Types for Real Least-Squares Matrix Solve AX=B

