|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotPositiveDefiniteMatrixException | |
---|---|
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 | |
---|---|
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 | |
---|---|
CorrelatedRandomVectorGenerator(double[] mean,
RealMatrix covariance,
double small,
NormalizedRandomGenerator generator)
Simple constructor. |
|
CorrelatedRandomVectorGenerator(RealMatrix covariance,
double small,
NormalizedRandomGenerator generator)
Simple constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |