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