Uses of Class
cern.colt.matrix.linalg.LUDecomposition
Packages that use LUDecomposition
Package
Description
Linear Algebraic matrix computations operating on
DoubleMatrix2D
and DoubleMatrix1D
.-
Uses of LUDecomposition in cern.colt.matrix.linalg
Methods in cern.colt.matrix.linalg that return LUDecompositionModifier and TypeMethodDescriptionprivate LUDecomposition
Algebra.lu
(DoubleMatrix2D matrix) Constructs and returns the LU-decomposition of the given matrix.