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

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

Uses of LowerSPDBandMatrix in no.uib.cipr.matrix
 

Methods in no.uib.cipr.matrix that return LowerSPDBandMatrix
 LowerSPDBandMatrix LowerSPDBandMatrix.copy()
           
 

Methods in no.uib.cipr.matrix with parameters of type LowerSPDBandMatrix
 BandCholesky BandCholesky.factor(LowerSPDBandMatrix A)
          Creates a Cholesky decomposition of the given matrix
static BandCholesky BandCholesky.factorize(LowerSPDBandMatrix A)
          Creates a Cholesky decomposition of the given matrix