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