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