Metadata-Version: 2.0
Name: SSplines
Version: 1.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
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3
Requires-Dist: matplotlib
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.

