Uses of Class
org.apache.commons.math.linear.NotPositiveDefiniteMatrixException

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.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.