LUDecomposition<? extends NumericalMatrixOperator<E>>
NumericalMatrixOperator.luDecompose()
LUDecomposition<NumericalMatrix<E>>
NumericalMatrix.luDecompose()
LUDecomposition<DoubleMatrix>
DoubleMatrix.luDecompose()
NumericalMatrixOperator.luDecompose(double tolerance)
NumericalMatrix.luDecompose(double tolerance)
DoubleMatrix.luDecompose(double tolerance)
NumericalMatrixOperator.luDecompose(NumericalScalar<?> tolerance)
NumericalMatrix.luDecompose(NumericalScalar<?> tolerance)
DoubleMatrix.luDecompose(NumericalScalar<?> tolerance)
NumericalMatrixOperator.luDecomposeWithPermutation()
NumericalMatrix.luDecomposeWithPermutation()
DoubleMatrix.luDecomposeWithPermutation()
NumericalMatrixOperator.luDecomposeWithPermutation(double tolerance)
NumericalMatrix.luDecomposeWithPermutation(double tolerance)
DoubleMatrix.luDecomposeWithPermutation(double tolerance)
NumericalMatrixOperator.luDecomposeWithPermutation(NumericalScalar<?> tolerance)
NumericalMatrix.luDecomposeWithPermutation(NumericalScalar<?> tolerance)
DoubleMatrix.luDecomposeWithPermutation(NumericalScalar<?> tolerance)