Uses of Class
no.uib.cipr.matrix.BandLU
-
Packages that use BandLU Package Description no.uib.cipr.matrix -
-
Uses of BandLU in no.uib.cipr.matrix
Methods in no.uib.cipr.matrix that return BandLU Modifier and Type Method Description BandLUBandLU. factor(BandMatrix A)Creates an LU decomposition of the given matrixBandLUBandLU. factor(BandMatrix A, boolean inplace)Creates an LU decomposition of the given matrixstatic BandLUBandLU. factorize(BandMatrix A)Creates an LU decomposition of the given matrix
-