Uses of Class
no.uib.cipr.matrix.BandMatrix
-
Packages that use BandMatrix Package Description no.uib.cipr.matrix -
-
Uses of BandMatrix in no.uib.cipr.matrix
Methods in no.uib.cipr.matrix that return BandMatrix Modifier and Type Method Description BandMatrix
BandMatrix. copy()
BandMatrix
BandLU. getLU()
Returns the decomposition matrixMethods in no.uib.cipr.matrix with parameters of type BandMatrix Modifier and Type Method Description BandLU
BandLU. factor(BandMatrix A)
Creates an LU decomposition of the given matrixBandLU
BandLU. factor(BandMatrix A, boolean inplace)
Creates an LU decomposition of the given matrixstatic BandLU
BandLU. factorize(BandMatrix A)
Creates an LU decomposition of the given matrix
-