Uses of Class
cern.colt.matrix.linalg.LUDecomposition
-
Packages that use LUDecomposition Package Description cern.colt.matrix.linalg Linear Algebraic matrix computations operating onDoubleMatrix2DandDoubleMatrix1D. -
-
Uses of LUDecomposition in cern.colt.matrix.linalg
Methods in cern.colt.matrix.linalg that return LUDecomposition Modifier and Type Method Description private LUDecompositionAlgebra. lu(DoubleMatrix2D matrix)Constructs and returns the LU-decomposition of the given matrix.
-