|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NonPositiveDefiniteMatrixException | |
---|---|
org.apache.commons.math3.distribution | Implementations of common discrete and continuous distributions. |
org.apache.commons.math3.linear | Linear algebra support. |
Uses of NonPositiveDefiniteMatrixException in org.apache.commons.math3.distribution |
---|
Constructors in org.apache.commons.math3.distribution that throw NonPositiveDefiniteMatrixException | |
---|---|
MultivariateNormalDistribution(double[] means,
double[][] covariances)
Creates a multivariate normal distribution with the given mean vector and covariance matrix. |
|
MultivariateNormalDistribution(RandomGenerator rng,
double[] means,
double[][] covariances)
Creates a multivariate normal distribution with the given mean vector and covariance matrix. |
Uses of NonPositiveDefiniteMatrixException in org.apache.commons.math3.linear |
---|
Constructors in org.apache.commons.math3.linear that throw NonPositiveDefiniteMatrixException | |
---|---|
RectangularCholeskyDecomposition(RealMatrix matrix)
Decompose a symmetric positive semidefinite matrix. |
|
RectangularCholeskyDecomposition(RealMatrix matrix,
double small)
Decompose a symmetric positive semidefinite matrix. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |