Uses of Class
no.uib.cipr.matrix.UpperSymmBandMatrix
-
Packages that use UpperSymmBandMatrix Package Description no.uib.cipr.matrix -
-
Uses of UpperSymmBandMatrix in no.uib.cipr.matrix
Subclasses of UpperSymmBandMatrix in no.uib.cipr.matrix Modifier and Type Class Description class
UpperSPDBandMatrix
Upper symmetrical positive definite banded matrix.Methods in no.uib.cipr.matrix that return UpperSymmBandMatrix Modifier and Type Method Description UpperSymmBandMatrix
UpperSymmBandMatrix. copy()
Methods in no.uib.cipr.matrix with parameters of type UpperSymmBandMatrix Modifier and Type Method Description SymmBandEVD
SymmBandEVD. factor(UpperSymmBandMatrix A)
Computes the eigenvalue decomposition of the given matrix
-