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

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

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

LUDecompositionDoubleComplexElements を返す org.mklab.nfc.leq のメソッド
 LUDecompositionDoubleComplexElements DoubleComplexLUDecomposer.decompose(double[][] aRe, double[][] aIm, double tolerance)
          複素行列のLU分解を返します。
 LUDecompositionDoubleComplexElements DoubleComplexLUDecomposer.decomposeWithPermutation(double[][] aRe, double[][] aIm, double tolerance)
          複素行列の並べ替え付きLU分解を返します。