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