Uses of Class
org.apache.commons.math.MathRuntimeException

Packages that use MathRuntimeException
org.apache.commons.math.distribution Implementations of common discrete and continuous distributions. 
org.apache.commons.math.linear Linear algebra support. 
 

Uses of MathRuntimeException in org.apache.commons.math.distribution
 

Methods in org.apache.commons.math.distribution that throw MathRuntimeException
 double AbstractContinuousDistribution.density(double x)
          Return the probability density for a particular point.
 

Uses of MathRuntimeException in org.apache.commons.math.linear
 

Subclasses of MathRuntimeException in org.apache.commons.math.linear
 class InvalidMatrixException
          Thrown when a system attempts an operation on a matrix, and that matrix does not satisfy the preconditions for the aforementioned operation.
 class MatrixIndexException
          Thrown when an operation addresses a matrix coordinate (row, col) which is outside of the dimensions of a matrix.
 class MatrixVisitorException
          Thrown when a visitor encounters an error while processing a matrix entry.
 class NonSquareMatrixException
          Thrown when an operation defined only for square matrices is applied to non-square ones.
 class SingularMatrixException
          Thrown when a matrix is singular.
 



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