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

LUDecomposition を使用しているパッケージ
org.mklab.nfc.matrix 行列に関するクラスを提供します。 
 

org.mklab.nfc.matrix での LUDecomposition の使用
 

LUDecomposition を返す org.mklab.nfc.matrix のメソッド
 LUDecomposition<? extends NumericalMatrixOperator<E>> NumericalMatrixOperator.luDecompose()
          LU分解を返します。
 LUDecomposition<NumericalMatrix<E>> NumericalMatrix.luDecompose()
           
 LUDecomposition<DoubleMatrix> DoubleMatrix.luDecompose()
           
 LUDecomposition<? extends NumericalMatrixOperator<E>> NumericalMatrixOperator.luDecompose(double tolerance)
          LU分解を返します。
 LUDecomposition<NumericalMatrix<E>> NumericalMatrix.luDecompose(double tolerance)
           
 LUDecomposition<DoubleMatrix> DoubleMatrix.luDecompose(double tolerance)
           
 LUDecomposition<? extends NumericalMatrixOperator<E>> NumericalMatrixOperator.luDecompose(NumericalScalar<?> tolerance)
          LU分解を返します。
 LUDecomposition<NumericalMatrix<E>> NumericalMatrix.luDecompose(NumericalScalar<?> tolerance)
           
 LUDecomposition<DoubleMatrix> DoubleMatrix.luDecompose(NumericalScalar<?> tolerance)
           
 LUDecomposition<? extends NumericalMatrixOperator<E>> NumericalMatrixOperator.luDecomposeWithPermutation()
          並べ替え付きLU分解を返します。
 LUDecomposition<NumericalMatrix<E>> NumericalMatrix.luDecomposeWithPermutation()
           
 LUDecomposition<DoubleMatrix> DoubleMatrix.luDecomposeWithPermutation()
           
 LUDecomposition<? extends NumericalMatrixOperator<E>> NumericalMatrixOperator.luDecomposeWithPermutation(double tolerance)
          並べ替え付きLU分解を返します。
 LUDecomposition<NumericalMatrix<E>> NumericalMatrix.luDecomposeWithPermutation(double tolerance)
           
 LUDecomposition<DoubleMatrix> DoubleMatrix.luDecomposeWithPermutation(double tolerance)
           
 LUDecomposition<? extends NumericalMatrixOperator<E>> NumericalMatrixOperator.luDecomposeWithPermutation(NumericalScalar<?> tolerance)
          並べ替え付きLU分解を返します。
 LUDecomposition<NumericalMatrix<E>> NumericalMatrix.luDecomposeWithPermutation(NumericalScalar<?> tolerance)
           
 LUDecomposition<DoubleMatrix> DoubleMatrix.luDecomposeWithPermutation(NumericalScalar<?> tolerance)