Scilab 5.4.1
      
      
    Please note that the recommended version of Scilab is 2026.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 >> |