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