Uses of Class
org.apache.commons.math.linear.NotSymmetricMatrixException
Packages that use NotSymmetricMatrixException
-
Uses of NotSymmetricMatrixException in org.apache.commons.math.linear
Constructors in org.apache.commons.math.linear that throw NotSymmetricMatrixExceptionModifierConstructorDescriptionCholeskyDecompositionImpl
(RealMatrix matrix) Calculates the Cholesky decomposition of the given matrix.CholeskyDecompositionImpl
(RealMatrix matrix, double relativeSymmetryThreshold, double absolutePositivityThreshold) Calculates the Cholesky decomposition of the given matrix.