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