Uses of Class
org.apache.commons.math.linear.NotSymmetricMatrixException
-
Packages that use NotSymmetricMatrixException Package Description org.apache.commons.math.linear Linear algebra support. -
-
Uses of NotSymmetricMatrixException in org.apache.commons.math.linear
Constructors in org.apache.commons.math.linear that throw NotSymmetricMatrixException Constructor Description CholeskyDecompositionImpl(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.
-