Uses of Class
org.hipparchus.exception.MathRuntimeException
-
Packages that use MathRuntimeException Package Description org.hipparchus Common classes used throughout the Hipparchus library.org.hipparchus.analysis.differentiation This package holds the main interfaces and basic building block classes dealing with differentiation.org.hipparchus.analysis.interpolation Univariate real functions interpolation algorithms.org.hipparchus.exception Specialized exceptions for algorithms errors.org.hipparchus.filtering.kalman Kalman filter.org.hipparchus.filtering.kalman.extended Kalman filter implementation for non-linear processes.org.hipparchus.filtering.kalman.linear Kalman filter implementation for linear processes.org.hipparchus.geometry This package is the top level package for geometry.org.hipparchus.geometry.euclidean.oned This package provides basic 1D geometry components.org.hipparchus.geometry.euclidean.threed This package provides basic 3D geometry components.org.hipparchus.geometry.euclidean.twod This package provides basic 2D geometry components.org.hipparchus.geometry.spherical.oned This package provides basic geometry components on the 1-sphere.org.hipparchus.geometry.spherical.twod This package provides basic geometry components on the 2-sphere.org.hipparchus.linear Linear algebra support.org.hipparchus.migration.exception This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.migration.genetics This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.migration.geometry.euclidean This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.migration.geometry.euclidean.threed 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.org.hipparchus.migration.ode This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.migration.optim.linear This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.migration.stat.regression This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.ode This package provides classes to solve Ordinary Differential Equations problems.org.hipparchus.stat.correlation Correlations/Covariance computations.org.hipparchus.stat.inference Classes providing hypothesis testing.org.hipparchus.util Convenience routines and common data structures used throughout the Hipparchus library. -
-
Uses of MathRuntimeException in org.hipparchus
Methods in org.hipparchus that throw MathRuntimeException Modifier and Type Method Description TFieldElement. divide(T a)Compute this ÷ a.TFieldElement. reciprocal()Returns the multiplicative inverse ofthiselement. -
Uses of MathRuntimeException in org.hipparchus.analysis.differentiation
Methods in org.hipparchus.analysis.differentiation that throw MathRuntimeException Modifier and Type Method Description doubleDerivativeStructure. taylor(double... delta)Evaluate Taylor expansion a derivative structure.doubleDSCompiler. taylor(double[] ds, int dsOffset, double... delta)Evaluate Taylor expansion of a derivative structure.<T extends RealFieldElement<T>>
TDSCompiler. taylor(T[] ds, int dsOffset, double... delta)Evaluate Taylor expansion of a derivative structure.<T extends RealFieldElement<T>>
TDSCompiler. taylor(T[] ds, int dsOffset, T... delta)Evaluate Taylor expansion of a derivative structure.TFieldDerivativeStructure. taylor(double... delta)Evaluate Taylor expansion of a derivative structure.TFieldDerivativeStructure. taylor(T... delta)Evaluate Taylor expansion of a derivative structure. -
Uses of MathRuntimeException in org.hipparchus.analysis.interpolation
Methods in org.hipparchus.analysis.interpolation that throw MathRuntimeException Modifier and Type Method Description voidFieldHermiteInterpolator. addSamplePoint(T x, T[]... value)Add a sample point.voidHermiteInterpolator. addSamplePoint(double x, double[]... value)Add a sample point. -
Uses of MathRuntimeException in org.hipparchus.exception
Subclasses of MathRuntimeException in org.hipparchus.exception Modifier and Type Class Description classMathIllegalArgumentExceptionBase class for all preconditions violation exceptions.classMathIllegalStateExceptionBase class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.Methods in org.hipparchus.exception that return MathRuntimeException Modifier and Type Method Description static MathRuntimeExceptionMathRuntimeException. createInternalError()Create an exception for an internal error.static MathRuntimeExceptionMathRuntimeException. createInternalError(Throwable cause)Create an exception for an internal error. -
Uses of MathRuntimeException in org.hipparchus.filtering.kalman
Methods in org.hipparchus.filtering.kalman that throw MathRuntimeException Modifier and Type Method Description ProcessEstimateKalmanFilter. estimationStep(T measurement)Perform one estimation step. -
Uses of MathRuntimeException in org.hipparchus.filtering.kalman.extended
Methods in org.hipparchus.filtering.kalman.extended that throw MathRuntimeException Modifier and Type Method Description ProcessEstimateExtendedKalmanFilter. estimationStep(T measurement)Perform one estimation step. -
Uses of MathRuntimeException in org.hipparchus.filtering.kalman.linear
Methods in org.hipparchus.filtering.kalman.linear that throw MathRuntimeException Modifier and Type Method Description ProcessEstimateLinearKalmanFilter. estimationStep(T measurement)Perform one estimation step. -
Uses of MathRuntimeException in org.hipparchus.geometry
Methods in org.hipparchus.geometry that throw MathRuntimeException Modifier and Type Method Description SpaceSpace. getSubSpace()Get the n-1 dimension subspace of this space.Vector<S>Vector. normalize()Get a normalized vector aligned with the instance. -
Uses of MathRuntimeException in org.hipparchus.geometry.euclidean.oned
Subclasses of MathRuntimeException in org.hipparchus.geometry.euclidean.oned Modifier and Type Class Description static classEuclidean1D.NoSubSpaceExceptionSpecialized exception for inexistent sub-space.Methods in org.hipparchus.geometry.euclidean.oned that throw MathRuntimeException Modifier and Type Method Description Vector1DVector1D. normalize()Get a normalized vector aligned with the instance. -
Uses of MathRuntimeException in org.hipparchus.geometry.euclidean.threed
Methods in org.hipparchus.geometry.euclidean.threed that throw MathRuntimeException Modifier and Type Method Description static <T extends RealFieldElement<T>>
TFieldVector3D. angle(FieldVector3D<T> v1, FieldVector3D<T> v2)Compute the angular separation between two vectors.static <T extends RealFieldElement<T>>
TFieldVector3D. angle(FieldVector3D<T> v1, Vector3D v2)Compute the angular separation between two vectors.static <T extends RealFieldElement<T>>
TFieldVector3D. angle(Vector3D v1, FieldVector3D<T> v2)Compute the angular separation between two vectors.static doubleVector3D. angle(Vector3D v1, Vector3D v2)Compute the angular separation between two vectors.PolyhedronsSet.BRepPolyhedronsSet. getBRep()Get the boundary representation of the instance.FieldVector3D<T>FieldVector3D. normalize()Get a normalized vector aligned with the instance.Vector3DVector3D. normalize()Get a normalized vector aligned with the instance.FieldVector3D<T>FieldVector3D. orthogonal()Get a vector orthogonal to the instance.Vector3DVector3D. orthogonal()Get a vector orthogonal to the instance.voidPlane. reset(Vector3D p, Vector3D normal)Reset the instance as if built from a point and a normal.Constructors in org.hipparchus.geometry.euclidean.threed that throw MathRuntimeException Constructor Description FieldRotation(FieldVector3D<T> u, FieldVector3D<T> v)Build one of the rotations that transform one vector into another one.FieldRotation(FieldVector3D<T> u1, FieldVector3D<T> u2, FieldVector3D<T> v1, FieldVector3D<T> v2)Build the rotation that transforms a pair of vectors into another pair.Plane(Vector3D normal, double tolerance)Build a plane normal to a given direction and containing the origin.Plane(Vector3D p, Vector3D normal, double tolerance)Build a plane from a point and a normal.Plane(Vector3D p1, Vector3D p2, Vector3D p3, double tolerance)Build a plane from three points.Rotation(Vector3D u, Vector3D v)Build one of the rotations that transform one vector into another one.Rotation(Vector3D u1, Vector3D u2, Vector3D v1, Vector3D v2)Build the rotation that transforms a pair of vectors into another pair. -
Uses of MathRuntimeException in org.hipparchus.geometry.euclidean.twod
Methods in org.hipparchus.geometry.euclidean.twod that throw MathRuntimeException Modifier and Type Method Description static doubleVector2D. angle(Vector2D v1, Vector2D v2)Compute the angular separation between two vectors.Vector2DVector2D. normalize()Get a normalized vector aligned with the instance. -
Uses of MathRuntimeException in org.hipparchus.geometry.spherical.oned
Subclasses of MathRuntimeException in org.hipparchus.geometry.spherical.oned Modifier and Type Class Description static classArcsSet.InconsistentStateAt2PiWrappingSpecialized exception for inconsistent BSP tree state inconsistency.static classSphere1D.NoSubSpaceExceptionSpecialized exception for inexistent sub-space. -
Uses of MathRuntimeException in org.hipparchus.geometry.spherical.twod
Constructors in org.hipparchus.geometry.spherical.twod that throw MathRuntimeException Constructor Description S2Point(Vector3D vector)Simple constructor. -
Uses of MathRuntimeException in org.hipparchus.linear
Methods in org.hipparchus.linear that throw MathRuntimeException Modifier and Type Method Description doubleRealVector. cosine(RealVector v)Computes the cosine of the angle between this vector and the argument.ArrayFieldVector<T>ArrayFieldVector. ebeDivide(ArrayFieldVector<T> v)Element-by-element division.FieldVector<T>ArrayFieldVector. ebeDivide(FieldVector<T> v)Element-by-element division.FieldVector<T>FieldVector. ebeDivide(FieldVector<T> v)Element-by-element division.FieldVector<T>SparseFieldVector. ebeDivide(FieldVector<T> v)Element-by-element division.booleanRealVector. equals(Object other)Test for the equality of two real vectors.intRealVector. hashCode().FieldVector<T>ArrayFieldVector. mapDivide(T d)Map a division operation to each entry.FieldVector<T>FieldVector. mapDivide(T d)Map a division operation to each entry.FieldVector<T>SparseFieldVector. mapDivide(T d)Map a division operation to each entry.FieldVector<T>ArrayFieldVector. mapDivideToSelf(T d)Map a division operation to each entry.FieldVector<T>FieldVector. mapDivideToSelf(T d)Map a division operation to each entry.FieldVector<T>SparseFieldVector. mapDivideToSelf(T d)Map a division operation to each entry.FieldVector<T>ArrayFieldVector. mapInv()Map the 1/x function to each entry.FieldVector<T>FieldVector. mapInv()Map the 1/x function to each entry.FieldVector<T>SparseFieldVector. mapInv()Map the 1/x function to each entry.FieldVector<T>ArrayFieldVector. mapInvToSelf()Map the 1/x function to each entry.FieldVector<T>FieldVector. mapInvToSelf()Map the 1/x function to each entry.FieldVector<T>SparseFieldVector. mapInvToSelf()Map the 1/x function to each entry.ArrayFieldVector<T>ArrayFieldVector. projection(ArrayFieldVector<T> v)Find the orthogonal projection of this vector onto another vector.FieldVector<T>ArrayFieldVector. projection(FieldVector<T> v)Find the orthogonal projection of this vector onto another vector.FieldVector<T>FieldVector. projection(FieldVector<T> v)Find the orthogonal projection of this vector onto another vector.RealVectorRealVector. projection(RealVector v)Find the orthogonal projection of this vector onto another vector.FieldVector<T>SparseFieldVector. projection(FieldVector<T> v)Find the orthogonal projection of this vector onto another vector.voidRealVector.SparseEntryIterator. remove()static voidMatrixUtils. solveLowerTriangularSystem(RealMatrix rm, RealVector b)Solve a system of composed of a Lower Triangular MatrixRealMatrix.static voidMatrixUtils. solveUpperTriangularSystem(RealMatrix rm, RealVector b)Solver a system composed of an Upper Triangular MatrixRealMatrix.voidOpenMapRealVector. unitize()Converts this vector into a unit vector.voidRealVector. unitize()Converts this vector into a unit vector.OpenMapRealVectorOpenMapRealVector. unitVector()Creates a unit vector pointing in the direction of this vector.RealVectorRealVector. unitVector()Creates a unit vector pointing in the direction of this vector.Constructors in org.hipparchus.linear that throw MathRuntimeException Constructor Description EigenDecomposition(RealMatrix matrix)Calculates the eigen decomposition of the given real matrix. -
Uses of MathRuntimeException in org.hipparchus.migration.exception
Subclasses of MathRuntimeException in org.hipparchus.migration.exception Modifier and Type Class Description classConvergenceExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalStateExceptionclassDimensionMismatchExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassInsufficientDataExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassMathArithmeticExceptionDeprecated.as of 1.0, replaced withMathRuntimeExceptionclassMathIllegalNumberExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassMathInternalErrorDeprecated.as of 1.0, this exception is replaced byMathIllegalStateExceptionclassMathParseExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalStateExceptionclassMathUnsupportedOperationExceptionDeprecated.as of 1.0, replaced withMathRuntimeExceptionclassMaxCountExceededExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalStateExceptionclassMultiDimensionMismatchExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNoBracketingExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNoDataExceptionDeprecated.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 byMathIllegalArgumentExceptionclassTooManyEvaluationsExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassTooManyIterationsExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassZeroExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException -
Uses of MathRuntimeException in org.hipparchus.migration.genetics
Subclasses of MathRuntimeException in org.hipparchus.migration.genetics Modifier and Type Class Description classInvalidRepresentationExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalStateException -
Uses of MathRuntimeException in org.hipparchus.migration.geometry.euclidean
Subclasses of MathRuntimeException in org.hipparchus.migration.geometry.euclidean Modifier and Type Class Description classCardanEulerSingularityExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalStateException -
Uses of MathRuntimeException in org.hipparchus.migration.geometry.euclidean.threed
Subclasses of MathRuntimeException in org.hipparchus.migration.geometry.euclidean.threed Modifier and Type Class Description classNotARotationMatrixExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalStateException -
Uses of MathRuntimeException in org.hipparchus.migration.linear
Subclasses of MathRuntimeException in org.hipparchus.migration.linear Modifier and Type Class Description classIllConditionedOperatorExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassMatrixDimensionMismatchExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNonPositiveDefiniteMatrixExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNonPositiveDefiniteOperatorExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNonSelfAdjointOperatorExceptionDeprecated.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 byMathIllegalArgumentExceptionclassNonSymmetricMatrixExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassSingularMatrixExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalStateExceptionclassSingularOperatorExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException -
Uses of MathRuntimeException in org.hipparchus.migration.ode
Subclasses of MathRuntimeException in org.hipparchus.migration.ode Modifier and Type Class Description static classJacobianMatrices.MismatchedEquationsDeprecated.Special exception for equations mismatch.classUnknownParameterExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException -
Uses of MathRuntimeException in org.hipparchus.migration.optim.linear
Subclasses of MathRuntimeException in org.hipparchus.migration.optim.linear Modifier and Type Class Description classNoFeasibleSolutionExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalStateExceptionclassUnboundedSolutionExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalStateException -
Uses of MathRuntimeException in org.hipparchus.migration.stat.regression
Subclasses of MathRuntimeException in org.hipparchus.migration.stat.regression Modifier and Type Class Description classModelSpecificationExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException -
Uses of MathRuntimeException in org.hipparchus.ode
Subclasses of MathRuntimeException in org.hipparchus.ode Modifier and Type Class Description static classVariationalEquation.MismatchedEquationsSpecial exception for equations mismatch. -
Uses of MathRuntimeException in org.hipparchus.stat.correlation
Methods in org.hipparchus.stat.correlation that throw MathRuntimeException Modifier and Type Method Description intStorelessCovariance. getN()ThisCovariancemethod is not supported by aStorelessCovariance, since the number of bivariate observations does not have to be the same for different pairs of covariates - i.e., N as defined inCovariance.getN()is undefined. -
Uses of MathRuntimeException in org.hipparchus.stat.inference
Methods in org.hipparchus.stat.inference that throw MathRuntimeException Modifier and Type Method Description doubleKolmogorovSmirnovTest. cdf(double d, int n)CalculatesP(D_n < d)using the method described in [1] with quick decisions for extreme values given in [2] (see above).doubleKolmogorovSmirnovTest. cdf(double d, int n, boolean exact)CalculatesP(D_n < d)using method described in [1] with quick decisions for extreme values given in [2] (see above).doubleKolmogorovSmirnovTest. cdfExact(double d, int n)CalculatesP(D_n < d). -
Uses of MathRuntimeException in org.hipparchus.util
Methods in org.hipparchus.util that throw MathRuntimeException Modifier and Type Method Description static intArithmeticUtils. addAndCheck(int x, int y)Add two integers, checking for overflow.static longArithmeticUtils. addAndCheck(long a, long b)Add two long integers, checking for overflow.static intFastMath. addExact(int a, int b)Add two numbers, detecting overflows.static longFastMath. addExact(long a, long b)Add two numbers, detecting overflows.static longCombinatoricsUtils. binomialCoefficient(int n, int k)Returns an exact representation of the Binomial Coefficient, "n choose k", the number ofk-element subsets that can be selected from ann-element set.static doubleCombinatoricsUtils. binomialCoefficientDouble(int n, int k)Returns adoublerepresentation of the Binomial Coefficient, "n choose k", the number ofk-element subsets that can be selected from ann-element set.static doubleCombinatoricsUtils. binomialCoefficientLog(int n, int k)Returns the naturallogof the Binomial Coefficient, "n choose k", the number ofk-element subsets that can be selected from ann-element set.static byteMathUtils. copySign(byte magnitude, byte sign)Returns the first argument with the sign of the second argument.static intMathUtils. copySign(int magnitude, int sign)Returns the first argument with the sign of the second argument.static longMathUtils. copySign(long magnitude, long sign)Returns the first argument with the sign of the second argument.static shortMathUtils. copySign(short magnitude, short sign)Returns the first argument with the sign of the second argument.static intFastMath. decrementExact(int n)Decrement a number, detecting overflows.static longFastMath. decrementExact(long n)Decrement a number, detecting overflows.BigRealBigReal. divide(BigReal a)Compute this ÷ a.static intFastMath. floorDiv(int a, int b)Finds q such thata = q b + rwith0 <= r < bifb > 0andb < r <= 0ifb < 0.static longFastMath. floorDiv(long a, int b)Finds q such thata = q b + rwith0 <= r < bifb > 0andb < r <= 0ifb < 0.static longFastMath. floorDiv(long a, long b)Finds q such thata = q b + rwith0 <= r < bifb > 0andb < r <= 0ifb < 0.static intFastMath. floorMod(int a, int b)Finds r such thata = q b + rwith0 <= r < bifb > 0andb < r <= 0ifb < 0.static intArithmeticUtils. gcd(int p, int q)Computes the greatest common divisor of the absolute value of two numbers, using a modified version of the "binary gcd" method.static longArithmeticUtils. gcd(long p, long q)Gets the greatest common divisor of the absolute value of two numbers, using the "binary gcd" method which avoids division and modulo operations.static intFastMath. incrementExact(int n)Increment a number, detecting overflows.static longFastMath. incrementExact(long n)Increment a number, detecting overflows.static intArithmeticUtils. lcm(int a, int b)Returns the least common multiple of the absolute value of two numbers, using the formulalcm(a,b) = (a / gcd(a,b)) * b.static longArithmeticUtils. lcm(long a, long b)Returns the least common multiple of the absolute value of two numbers, using the formulalcm(a,b) = (a / gcd(a,b)) * b.static intArithmeticUtils. mulAndCheck(int x, int y)Multiply two integers, checking for overflow.static longArithmeticUtils. mulAndCheck(long a, long b)Multiply two long integers, checking for overflow.static double[]MathArrays. normalizeArray(double[] values, double normalizedSum)Normalizes an array to make it sum to a specified value.static intArithmeticUtils. pow(int k, int e)Raise an int to an int power.static longArithmeticUtils. pow(long k, int e)Raise a long to an int power.BigRealBigReal. reciprocal()Returns the multiplicative inverse ofthiselement.static floatPrecision. round(float x, int scale, int roundingMethod)Rounds the given value to the specified number of decimal places.static longCombinatoricsUtils. stirlingS2(int n, int k)Returns the Stirling number of the second kind, "S(n,k)", the number of ways of partitioning ann-element set intoknon-empty subsets.static intArithmeticUtils. subAndCheck(int x, int y)Subtract two integers, checking for overflow.static longArithmeticUtils. subAndCheck(long a, long b)Subtract two long integers, checking for overflow.static intFastMath. toIntExact(long n)Convert a long to interger, detecting overflows
-