|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BandMatrix | |
---|---|
no.uib.cipr.matrix | Dense and structured sparse matrices, along with matrix factorisations and solvers. |
Uses of BandMatrix in no.uib.cipr.matrix |
---|
Methods in no.uib.cipr.matrix that return BandMatrix | |
---|---|
BandMatrix |
BandMatrix.copy()
|
BandMatrix |
BandLU.getLU()
Returns the decomposition matrix |
Methods in no.uib.cipr.matrix with parameters of type BandMatrix | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |