Uses of Class
no.uib.cipr.matrix.LowerSPDBandMatrix
-
Packages that use LowerSPDBandMatrix Package Description no.uib.cipr.matrix -
-
Uses of LowerSPDBandMatrix in no.uib.cipr.matrix
Methods in no.uib.cipr.matrix that return LowerSPDBandMatrix Modifier and Type Method Description LowerSPDBandMatrix
LowerSPDBandMatrix. copy()
Methods in no.uib.cipr.matrix with parameters of type LowerSPDBandMatrix Modifier and Type Method Description BandCholesky
BandCholesky. factor(LowerSPDBandMatrix A)
Creates a Cholesky decomposition of the given matrixstatic BandCholesky
BandCholesky. factorize(LowerSPDBandMatrix A)
Creates a Cholesky decomposition of the given matrix
-