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