Package jdistlib
Class NumericalSupport.Builder
java.lang.Object
jdistlib.NumericalSupport.Builder
- Enclosing class:
NumericalSupport
Builder supporting interval unions followed by hole subtraction.
-
Method Summary
Modifier and TypeMethodDescriptionatom(double location) build()hole(double lower, double upper) Removes an open interval from every declared continuous interval.interval(double lower, double upper) singularity(double location) Declares a finite split point for integration.
-
Method Details
-
interval
-
hole
Removes an open interval from every declared continuous interval. -
atom
-
singularity
Declares a finite split point for integration. -
build
-