Class FunctionExpander.ChebyshevForest
java.lang.Object
com.github.gbenroscience.math.numericalmethods.FunctionExpander.ChebyshevForest
- Enclosing class:
FunctionExpander
High-precision Piecewise Chebyshev approximation engine. Optimized for
ParserNG Turbo engine.
- Author:
- GBEMIRO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbuild(MethodHandle function, double a, double b) doublederivative(double x) doubleevaluate(double x) doubleThe global integral sum using Kahan Summation.
-
Constructor Details
-
ChebyshevForest
public ChebyshevForest()
-
-
Method Details
-
build
- Throws:
Throwable
-
build
-
integrate
public double integrate()The global integral sum using Kahan Summation. -
derivative
public double derivative(double x) -
evaluate
public double evaluate(double x)
-