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