Uses of Class
org.apache.commons.math.MathRuntimeException
Packages that use MathRuntimeException
Package
Description
Implementations of common discrete and continuous distributions.
Linear algebra support.
-
Uses of MathRuntimeException in org.apache.commons.math.distribution
Methods in org.apache.commons.math.distribution that throw MathRuntimeExceptionModifier and TypeMethodDescriptiondouble
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.linearModifier and TypeClassDescriptionclass
Thrown when a system attempts an operation on a matrix, and that matrix does not satisfy the preconditions for the aforementioned operation.class
Thrown when an operation addresses a matrix coordinate (row, col) which is outside of the dimensions of a matrix.class
Thrown when a visitor encounters an error while processing a matrix entry.class
Thrown when an operation defined only for square matrices is applied to non-square ones.class
Thrown when a matrix is singular.