Metadata-Version: 1.2
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
Description: 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.
Platform: UNKNOWN
Requires-Python: >=3
