Metadata-Version: 2.1
Name: SSplines
Version: 2.0.1
Summary: A small Python library for the evaluation of S-splines on the Powell-Sabin 12-split of a triangle.
Home-page: https://github.com/qTipTip/SSplines
Author: Ivar Stangeby
Author-email: istangeby@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3
Requires-Dist: numpy

This Python library lets you instantiate constant,
linear and quadratic spline spaces on the Powell-Sabin 12-split of a
triangle. Given a set of coefficients a SplineSpace returns a callable
SplineFunction which can be evaluated and differentiated.

