Uses of Class
org.hipparchus.migration.exception.MathIllegalNumberException
-
Packages that use MathIllegalNumberException Package Description org.hipparchus.migration.exception This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.migration.linear This package provides migration classes from Apache Commons Math to Hipparchus. -
-
Uses of MathIllegalNumberException in org.hipparchus.migration.exception
Subclasses of MathIllegalNumberException in org.hipparchus.migration.exception Modifier and Type Class Description classDimensionMismatchExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNonMonotonicSequenceExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNotANumberExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNotFiniteNumberExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNotPositiveExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNotStrictlyPositiveExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNumberIsTooLargeExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNumberIsTooSmallExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassOutOfRangeExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassZeroExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException -
Uses of MathIllegalNumberException in org.hipparchus.migration.linear
Subclasses of MathIllegalNumberException in org.hipparchus.migration.linear Modifier and Type Class Description classNonPositiveDefiniteMatrixExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNonSquareMatrixExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNonSquareOperatorExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
-