Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
chsolve
疎行列のコレスキーソルバ
呼び出し手順
sol=chsolve(spcho,rhs)
引数
- spcho
chfact から返されたコード形式のコレスキー分解を含むリスト
- rhs, sol
フル列ベクトル
説明
sol=chsolve(spcho,rhs)
は,
A
を疎行列の正定対称行列として
rhs=A*sol
の解を計算します.
この関数は,Ng-Peyton プログラム (ORNL)に基づいています.
spcho
の変数の詳細な説明については,
Fortran プログラムを参照ください.
例
Report an issue | ||
<< chfact | Sparses Matrix | ordmmd >> |