Uses of Class
no.uib.cipr.matrix.DenseLU
-
Packages that use DenseLU Package Description no.uib.cipr.matrix -
-
Uses of DenseLU in no.uib.cipr.matrix
Methods in no.uib.cipr.matrix that return DenseLU Modifier and Type Method Description DenseLUDenseLU. factor(DenseMatrix A)Creates an LU decomposition of the given matrixstatic DenseLUDenseLU. factorize(Matrix A)Creates an LU decomposition of the given matrix
-