クラス
org.mklab.nfc.leq.LUDecompostionElements の使用

LUDecompostionElements を使用しているパッケージ
org.mklab.nfc.leq 線形方程式に関するクラスを提供します。 
 

org.mklab.nfc.leq での LUDecompostionElements の使用
 

LUDecompostionElements を返す org.mklab.nfc.leq のメソッド
 LUDecompostionElements<E> LUDecomposer.decompose(E[][] a, NumericalScalar<?> tolerance)
          数値行列のLU分解を返します。
 LUDecompostionElements<E> LUDecomposer.decomposeWithPermutation(E[][] a, NumericalScalar<?> tolerance)
          数値行列の並べ替え付きLU分解を返します。