Improve and fix spline (#610)

* vectorize Cox - de Boor recursion

Co-authored-by: Filippo Olivo <folivo@filippoolivo.com>
Co-authored-by: ajacoby9 <a99jacoby@gmail.com>

* fix logic and extend tests

* add b-spline surface

---------

Co-authored-by: Filippo Olivo <folivo@filippoolivo.com>
Co-authored-by: GiovanniCanali <giovanni.canali98@yahoo.it>
This commit is contained in:
ajacoby9
2025-10-15 06:31:43 -04:00
committed by GitHub
parent 9d465fc667
commit 0844282335
7 changed files with 839 additions and 177 deletions

View File

@@ -0,0 +1,7 @@
Spline Surface
================
.. currentmodule:: pina.model.spline_surface
.. autoclass:: SplineSurface
:members:
:show-inheritance: