Uses of Class
org.apache.commons.math3.linear.SingularMatrixException

Packages that use SingularMatrixException
org.apache.commons.math3.distribution Implementations of common discrete and continuous distributions. 
org.apache.commons.math3.filter Implementations of common discrete-time linear filters. 
 

Uses of SingularMatrixException in org.apache.commons.math3.distribution
 

Constructors in org.apache.commons.math3.distribution that throw SingularMatrixException
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 SingularMatrixException in org.apache.commons.math3.filter
 

Methods in org.apache.commons.math3.filter that throw SingularMatrixException
 void KalmanFilter.correct(double[] z)
          Correct the current state estimate with an actual measurement.
 void KalmanFilter.correct(RealVector z)
          Correct the current state estimate with an actual measurement.
 



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