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 LU
DenseMatrix. lu()
Returns the LU decomposition.default LU
DenseMatrix. lu(boolean inPlace)
Returns the LU decomposition.LU
JMatrix. lu()
LU decomposition is computed by a "left-looking", dot-product, Crout/Doolittle algorithm.
-