Uses of Class
no.uib.cipr.matrix.BandLU

Packages that use BandLU
no.uib.cipr.matrix Dense and structured sparse matrices, along with matrix factorisations and solvers. 
 

Uses of BandLU in no.uib.cipr.matrix
 

Methods in no.uib.cipr.matrix that return BandLU
 BandLU BandLU.factor(BandMatrix A)
          Creates an LU decomposition of the given matrix
 BandLU BandLU.factor(BandMatrix A, boolean inplace)
          Creates an LU decomposition of the given matrix
static BandLU BandLU.factorize(BandMatrix A)
          Creates an LU decomposition of the given matrix