Hi,
When converting a Matrix4f (or other matrix type) to a tensor with flip_axes=True, the matrix contents appear to be transposed. I had expected flip_axes=True to only flip axes (e.g., batch vs. vector), without transposing the inner 4×4 matrix.
Is this the intended behavior of flip_axes for matrix types?
Thanks!