You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to have a section in the docs called "extending" or similar, that points to quaternion.c, shows how to build it, and use it from Python. This would be a really powerful example.
The text was updated successfully, but these errors were encountered:
There is a quaternion example in https://github.com/xnd-project/gumath/tree/master/libgumath/extending. It's about 100 LoC.
Here is the numpy dtype equivalent: https://github.com/moble/quaternion. It's about 1600 LoC, plus some support code.
It would be good to have a section in the docs called "extending" or similar, that points to
quaternion.c
, shows how to build it, and use it from Python. This would be a really powerful example.The text was updated successfully, but these errors were encountered: