Uses of Class
org.apache.commons.math4.legacy.linear.NonPositiveDefiniteMatrixException
-
Packages that use NonPositiveDefiniteMatrixException Package Description org.apache.commons.math4.legacy.distribution Implementations of probability distributions.org.apache.commons.math4.legacy.linear Linear algebra support. -
-
Uses of NonPositiveDefiniteMatrixException in org.apache.commons.math4.legacy.distribution
Constructors in org.apache.commons.math4.legacy.distribution that throw NonPositiveDefiniteMatrixException Constructor Description MultivariateNormalDistribution(double[] means, double[][] covariances)
Creates a multivariate normal distribution with the given mean vector and covariance matrix. -
Uses of NonPositiveDefiniteMatrixException in org.apache.commons.math4.legacy.linear
Constructors in org.apache.commons.math4.legacy.linear that throw NonPositiveDefiniteMatrixException Constructor Description RectangularCholeskyDecomposition(RealMatrix matrix)
Decompose a symmetric positive semidefinite matrix.RectangularCholeskyDecomposition(RealMatrix matrix, double small)
Decompose a symmetric positive semidefinite matrix.
-