Uses of Class
no.uib.cipr.matrix.NotConvergedException
Packages that use NotConvergedException
-
Uses of NotConvergedException in no.uib.cipr.matrix
Methods in no.uib.cipr.matrix that throw NotConvergedExceptionModifier and TypeMethodDescriptionEVD.factor
(DenseMatrix A) Computes the eigenvalue decomposition of the given matrixSVD.factor
(DenseMatrix A) Computes an SVDSymmBandEVD.factor
(LowerSymmBandMatrix A) Computes the eigenvalue decomposition of the given matrixSymmBandEVD.factor
(UpperSymmBandMatrix A) Computes the eigenvalue decomposition of the given matrixSymmDenseEVD.factor
(LowerSymmDenseMatrix A) Computes the eigenvalue decomposition of the given matrixSymmDenseEVD.factor
(UpperSymmDenseMatrix A) Computes the eigenvalue decomposition of the given matrixSymmPackEVD.factor
(LowerSymmPackMatrix A) Computes the eigenvalue decomposition of the given matrixSymmPackEVD.factor
(UpperSymmPackMatrix A) Computes the eigenvalue decomposition of the given matrixSymmTridiagEVD.factor
(SymmTridiagMatrix A) Computes the eigenvalue decomposition of the given matrixstatic EVD
Convenience method for computing the complete eigenvalue decomposition of the given matrixstatic SVD
Convenience method for computing a full SVDstatic SymmBandEVD
Convenience method for computing the full eigenvalue decomposition of the given matrixstatic SymmDenseEVD
Convenience method for computing the full eigenvalue decomposition of the given matrixstatic SymmPackEVD
Convenience method for computing the full eigenvalue decomposition of the given matrixstatic SymmTridiagEVD
Convenience method for computing the full eigenvalue decomposition of the given matrix -
Uses of NotConvergedException in no.uib.cipr.matrix.sparse
Subclasses of NotConvergedException in no.uib.cipr.matrix.sparseModifier and TypeClassDescriptionclass
Exception for lack of convergence in a linear problem.