Uses of Class
smile.math.matrix.LU
-
Packages that use LU Package Description smile.math.matrix -
-
Uses of LU in smile.math.matrix
Methods in smile.math.matrix that return LU Modifier and Type Method Description LUDenseMatrix. lu()Returns the LU decomposition.default LUDenseMatrix. lu(boolean inPlace)Returns the LU decomposition.LUJMatrix. lu()LU decomposition is computed by a "left-looking", dot-product, Crout/Doolittle algorithm.
-