Closed j042 closed 10 months ago
Implements #248
A short / one-liner example to highlight the (new) feature
import splinepy import numpy as np q = np.random.random((10000, spline.para_dim)) assert np.allclose( spline.jacobian(q), spline.derivative(q, np.eye(spline.para_dim)).transpose(0, 2, 1) )
There are no tests for the new feature.
Overview
Implements #248
Addressed issues
248
Showcase
A short / one-liner example to highlight the (new) feature
Checklists