Uses of Class
no.uib.cipr.matrix.BandMatrix
Packages that use BandMatrix
-
Uses of BandMatrix in no.uib.cipr.matrix
Methods in no.uib.cipr.matrix that return BandMatrixModifier and TypeMethodDescriptionBandMatrix.copy()
BandLU.getLU()
Returns the decomposition matrixMethods in no.uib.cipr.matrix with parameters of type BandMatrixModifier and TypeMethodDescriptionBandLU.factor
(BandMatrix A) Creates an LU decomposition of the given matrixBandLU.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