Package | Description |
---|---|
no.uib.cipr.matrix |
Dense and structured sparse matrices, along with matrix factorisations
and solvers.
|
Modifier and Type | Method and Description |
---|---|
BandMatrix |
BandMatrix.copy() |
BandMatrix |
BandLU.getLU()
Returns the decomposition matrix
|
Modifier and Type | Method and Description |
---|---|
BandLU |
BandLU.factor(BandMatrix A)
Creates an LU decomposition of the given matrix
|
BandLU |
BandLU.factor(BandMatrix A,
boolean inplace)
Creates an LU decomposition of the given matrix
|
static BandLU |
BandLU.factorize(BandMatrix A)
Creates an LU decomposition of the given matrix
|