Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
ludel
lufactで使用されるユーティリティ関数
呼び出し手順
ludel(hand)
引数
- hand
疎行列LU分解のハンドル (lufactの出力)
説明
この関数は,lufact
と組み合わせて使用されます.
この関数は,lufact
の結果を保存するために使用される
内部メモリ空間を消去します.
一連のコマンド,[p,r]=lufact(A);x=lusolve(p,b);ludel(p);
により線形疎行列システムA*x = b
を解き,
p
を消去することができます.
例
Report an issue | ||
<< Sparse Decompositions | Sparse Decompositions | lufact >> |