qdtk / openshadinglanguage

Automatically exported from code.google.com/p/openshadinglanguage
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

add ability to specify the number of knots in spline() call #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the spline() op-code assumes all the knots in the incoming array
are to be used.  It seems that it'd be useful to be able to specify the
number of knots to use.  This shouldn't be a drastic change.

Original issue reported on code.google.com by clifford...@gmail.com on 25 Feb 2010 at 1:09