Uses of Record Class
org.djutils.math.functions.Interval
Packages that use Interval
-
Uses of Interval in org.djutils.math.functions
Methods in org.djutils.math.functions that return IntervalModifier and TypeMethodDescriptionInterval.intersection(Interval<?> other) Compute the intersection of thisIntervaland some otherInterval.Methods in org.djutils.math.functions that return types with arguments of type IntervalModifier and TypeMethodDescriptionConcatenation.discontinuities(Interval<?> interval) Report all non-continuities and all points wherethisfunction is non differentiable, or non-evaluable.Methods in org.djutils.math.functions with parameters of type IntervalModifier and TypeMethodDescriptionintbooleanCheck if this Interval completely covers some other Interval.Concatenation.discontinuities(Interval<?> interval) Report all non-continuities and all points wherethisfunction is non differentiable, or non-evaluable.booleanCheck if this Interval is completely disjunct of some other Interval.ArcSine.getKnotReport(Interval<?> interval) ArcTangent.getKnotReport(Interval<?> interval) Concatenation.getKnotReport(Interval<?> interval) Constant.getKnotReport(Interval<?> interval) Exponential.getKnotReport(Interval<?> interval) Logarithm.getKnotReport(Interval<?> interval) MathFunction.getKnotReport(Interval<?> interval) Report what is known about knots of thisMathFunctionin someInterval.Nan.getKnotReport(Interval<?> interval) Power.getKnotReport(Interval<?> interval) Product.getKnotReport(Interval<?> interval) Quotient.getKnotReport(Interval<?> interval) Sine.getKnotReport(Interval<?> interval) Sum.getKnotReport(Interval<?> interval) Report all knots of thisMathFunctionin someInterval.Interval.intersection(Interval<?> other) Compute the intersection of thisIntervaland some otherInterval.Constructors in org.djutils.math.functions with parameters of type IntervalModifierConstructorDescriptionConcatenation(Interval<MathFunction>... intervals) Construct the concatenation of one or more MathFunction objects.Constructor parameters in org.djutils.math.functions with type arguments of type IntervalModifierConstructorDescriptionConstruct a Concatenation from a sorted set of Interval<MathFunction>.