pymlg
pymlg copied to clipboard
Pure static Lie groups in Numpy, Jax, and C++
When the SO(3) element, C, is given as ``` C = [ 1, 0, 0, 0, -1, 0, 0, 0, -1 ] ``` and use `SO3.to_quat(C)`, the division by zero...
tests passing on a GeForce GTX 1650 Mobile / Max-Q w/ CUDA 12.8 - [ ] Still need to add complex tensor/ndarray support for complex step jacobian. not currently sure...
Hi! Thanks for providing this amazing toolbox! When using the SE(3) torch version of the function Exp(), I get the error that not all tensors are on the same device...