Uses of Class
no.uib.cipr.matrix.BandCholesky
Packages that use BandCholesky
-
Uses of BandCholesky in no.uib.cipr.matrix
Methods in no.uib.cipr.matrix that return BandCholeskyModifier and TypeMethodDescriptionBandCholesky.factor
(LowerSPDBandMatrix A) Creates a Cholesky decomposition of the given matrixBandCholesky.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