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 BandMatrixBandMatrix. copy()BandMatrixBandLU. getLU()Returns the decomposition matrixMethods in no.uib.cipr.matrix with parameters of type BandMatrix 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
-