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