Uses of Class
org.apache.commons.math.linear.NotPositiveDefiniteMatrixException
-
Packages that use NotPositiveDefiniteMatrixException Package Description org.apache.commons.math.linear Linear algebra support.org.apache.commons.math.random Random number and random data generators. -
-
Uses of NotPositiveDefiniteMatrixException in org.apache.commons.math.linear
Constructors in org.apache.commons.math.linear that throw NotPositiveDefiniteMatrixException 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. -
Uses of NotPositiveDefiniteMatrixException in org.apache.commons.math.random
Constructors in org.apache.commons.math.random that throw NotPositiveDefiniteMatrixException Constructor Description CorrelatedRandomVectorGenerator(double[] mean, RealMatrix covariance, double small, NormalizedRandomGenerator generator)
Simple constructor.CorrelatedRandomVectorGenerator(RealMatrix covariance, double small, NormalizedRandomGenerator generator)
Simple constructor.
-