mirror of
https://github.com/apache/commons-math.git
synced 2025-02-21 01:15:28 +00:00
This class implements both UnivariateFunctionDifferentiator, UnivariateVectorFunctionDifferentiator and UnivariateMatrixFunctionDifferentiator. It is not limited in the derivation order, but checks the order is consistent with the number of points. Typically, attempting to extract 5th derivative from a 3 points scheme will not work (a NumberIsTooLargeException will be thrown, referencing the derivation order). git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1386745 13f79535-47bb-0310-9956-ffa450edef68
Description
Languages
Java
99.3%
R
0.5%