cherab.imas.math.functions.fourier_bezier.py_bezier_basis_derivative_wrt_tΒΆ
- cherab.imas.math.functions.fourier_bezier.py_bezier_basis_derivative_wrt_t(s: float, t: float) ndarrayΒΆ
Calculate the derivative of the bezier basis w.r.t. \(t\) for each node and degree of freedom.
Note
This is the python wrapper for the Cython function
bezier_basis_derivative_wrt_t(). If you are using this function in a loop, consider using the Cython function directly.