Package | Description |
---|---|
no.uib.cipr.matrix |
Dense and structured sparse matrices, along with matrix factorisations
and solvers.
|
Modifier and Type | Method and Description |
---|---|
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
|