References

This commit is contained in:
Thomas FORGIONE 2015-03-12 21:48:22 +01:00
parent 082e534897
commit 40e8592992
2 changed files with 10 additions and 0 deletions

View File

@ -24,3 +24,11 @@
url = "http://opensource.org/licenses/Zlib",
urldate = "2015-03-12"
}
@online{spline,
author="Jana Proch\'azkov\'a",
title="DERIVATIVE OF B-SPLINE FUNCTION",
url="http://mat.fsv.cvut.cz/gcg/sbornik/prochazkova.pdf",
urldate="2015-03-12"
}

View File

@ -35,3 +35,5 @@ The \texttt{prime} member function computes the derivative like this
$$C'(t) = \sum_{i=0}^m N_i^{\prime n} (t) P_i $$
with
$$ N_i^{\prime n}(t) = \frac{n}{t_{i+n}-t_{i}}N_i^{n-1}(t) - \frac{n}{t_{i+n+1}-t_{i+1}}N_{i+1}^{n-1}(t)$$
These formulas have been taken from the reference \cite{spline}.