Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1420666 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6c048df147
commit
c5bb8dcf03
|
@ -183,7 +183,7 @@ public class FiniteDifferencesDifferentiator
|
|||
* <p>
|
||||
* Evaluation is done using divided differences.
|
||||
* </p>
|
||||
* @param te evaluation abscissa value and derivatives
|
||||
* @param t evaluation abscissa value and derivatives
|
||||
* @param t0 first sample point abscissa
|
||||
* @param y function values sample {@code y[i] = f(t[i]) = f(t0 + i * stepSize)}
|
||||
* @return value and derivatives at {@code t}
|
||||
|
|
Loading…
Reference in New Issue