Java org.apache.commons.math3.analysis.differentiation FiniteDifferencesDifferentiator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.analysis.differentiation FiniteDifferencesDifferentiator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.analysis.differentiation FiniteDifferencesDifferentiator.

The text is from its open source code.

Constructor

FiniteDifferencesDifferentiator(final int nbPoints, final double stepSize)
Build a differentiator with number of points and step size when independent variable is unbounded.

Method

UnivariateDifferentiableFunctiondifferentiate(final UnivariateFunction function)

The returned object cannot compute derivatives to arbitrary orders.

UnivariateDifferentiableVectorFunctiondifferentiate(final UnivariateVectorFunction function)

The returned object cannot compute derivatives to arbitrary orders.

UnivariateDifferentiableMatrixFunctiondifferentiate(final UnivariateMatrixFunction function)

The returned object cannot compute derivatives to arbitrary orders.