Package | Description |
---|---|
no.uib.cipr.matrix |
Dense and structured sparse matrices, along with matrix factorisations
and solvers.
|
Modifier and Type | Method and Description |
---|---|
UpperSPDBandMatrix |
UpperSPDBandMatrix.copy() |
Modifier and Type | Method and Description |
---|---|
BandCholesky |
BandCholesky.factor(UpperSPDBandMatrix A)
Creates a Cholesky decomposition of the given matrix
|
static BandCholesky |
BandCholesky.factorize(UpperSPDBandMatrix A)
Creates a Cholesky decomposition of the given matrix
|