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

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

Uses of DenseLU in no.uib.cipr.matrix
 

Methods in no.uib.cipr.matrix that return DenseLU
 DenseLU DenseLU.factor(DenseMatrix A)
          Creates an LU decomposition of the given matrix
static DenseLU DenseLU.factorize(Matrix A)
          Creates an LU decomposition of the given matrix