quaternionic
quaternionic copied to clipboard
Interpret numpy arrays as quaternionic arrays with numba acceleration
## What is implemented This is a follow-up to what I had posted [here](https://github.com/moble/quaternionic/issues/36). After asking here if there was any interest in implementing some kind of general conversion, as...
Hi, not really an issue but more of a feature request; would it be possible to add robust averaging of rotation quaternions? [This article](https://ntrs.nasa.gov/citations/20070017872) describes such a way. An implementation...
This pull request adds a `quat.rotate_broadcast(vecs)` method. Standard NumPy broadcasting rules are used to determine the shape of its output. This means that for an Nx4 quaternionic array and an...
I was trying to replace numpy quaternion with quaternionic, but ran into an issue that my multiprocessing code can't run anymore, since quaternionic.array objects can't be pickled. Here's a short...