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 DenseLU
DenseLU. factor(DenseMatrix A)
Creates an LU decomposition of the given matrixstatic DenseLU
DenseLU. factorize(Matrix A)
Creates an LU decomposition of the given matrix
-