De Boor's algorithm: Difference between revisions

Content deleted Content added
Hdembinski (talk | contribs)
be consistent when describing integer ranges
Hdembinski (talk | contribs)
m connect the two sentences for clarity
Line 7:
:<math> \mathbf{S}(x) = \sum_i \mathbf{c}_i B_{i,p}(x). </math>
 
B-splines of order <math> p + 1 </math> are connected piece-wise polynomial functions of degree <math> p </math> defined over a grid of knots <math> {t_0, \dots, t_i, \dots, t_m} </math> (we always use zero-based indices in the following). De Boor's algorithm uses [[Big O notation|O]](p<sup>2</sup>) + [[Big O notation|O]](p) operations to evaluate the spline curve. Note: the [[B-spline|main article about B-splines]] and the classic publications<ref name="de_boor_paper"></ref> use a different notation.: Thethe B-spline is indexed as <math> B_{i,n}(x) </math> with <math>n = p + 1</math>.
 
== Local support ==