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

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

Uses of BandCholesky in no.uib.cipr.matrix
 

Methods in no.uib.cipr.matrix that return BandCholesky
 BandCholesky BandCholesky.factor(LowerSPDBandMatrix A)
          Creates a Cholesky decomposition of the given matrix
 BandCholesky BandCholesky.factor(UpperSPDBandMatrix A)
          Creates a Cholesky decomposition of the given matrix
static BandCholesky BandCholesky.factorize(LowerSPDBandMatrix A)
          Creates a Cholesky decomposition of the given matrix
static BandCholesky BandCholesky.factorize(UpperSPDBandMatrix A)
          Creates a Cholesky decomposition of the given matrix