]> gitweb.michael.orlitzky.com - sage.d.git/commit
Add the lagrange_interpolate() function, which lets you avoid evaluating your functio...
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 28 Nov 2012 02:54:39 +0000 (21:54 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 28 Nov 2012 02:54:39 +0000 (21:54 -0500)
commit4a17cddb945c51a206920c5a7a4d5ddce8141af5
treeffebd146ec0bba4ef4b6da13c2ec594d3d683c60
parentff5b1d1514a419bbf8140658778d1e69e89b2664
Add the lagrange_interpolate() function, which lets you avoid evaluating your function (if you have one) before calling lagrange_polynomial().
mjo/interpolation.py