Uses of Class
org.apache.commons.math.MathRuntimeException
-
Packages that use MathRuntimeException Package Description 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 Modifier and Type Method Description doubleAbstractContinuousDistribution. 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 Modifier and Type Class Description classInvalidMatrixExceptionThrown when a system attempts an operation on a matrix, and that matrix does not satisfy the preconditions for the aforementioned operation.classMatrixIndexExceptionThrown when an operation addresses a matrix coordinate (row, col) which is outside of the dimensions of a matrix.classMatrixVisitorExceptionThrown when a visitor encounters an error while processing a matrix entry.classNonSquareMatrixExceptionThrown when an operation defined only for square matrices is applied to non-square ones.classSingularMatrixExceptionThrown when a matrix is singular.
-