Uses of Interface
com.github.gbenroscience.math.numericalmethods.MappedExpander.DomainMap
Packages that use MappedExpander.DomainMap
-
Uses of MappedExpander.DomainMap in com.github.gbenroscience.math.numericalmethods
Classes in com.github.gbenroscience.math.numericalmethods that implement MappedExpander.DomainMapModifier and TypeClassDescriptionstatic classA DomainMap that clusters nodes tightly at BOTH the lower bound (a) and the upper bound (b).static classstatic classstatic classLogarithmic map that clusters nodes near the upper bound B.static classAlgebraic map for the semi-infinite interval [0, infinity) Hardens against functions with "tails".static final classMethods in com.github.gbenroscience.math.numericalmethods that return MappedExpander.DomainMapModifier and TypeMethodDescriptionMappedExpander.autoSelectMap(Function f, double a, double b) Detection heuristicMethods in com.github.gbenroscience.math.numericalmethods with parameters of type MappedExpander.DomainMapModifier and TypeMethodDescriptiondoubleMappedExpander.integrateAdaptive(Function f, MappedExpander.DomainMap map, double tol, int depth) Constructors in com.github.gbenroscience.math.numericalmethods with parameters of type MappedExpander.DomainMapModifierConstructorDescriptionMappedExpander(Function function, MappedExpander.DomainMap map, int N) Uses Chebyshev Extrema nodes: u_k = cos(k * PI / N) for k = 0...N.SubDomainMap(MappedExpander.DomainMap parent, double uStart, double uEnd)