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
The text was updated successfully, but these errors were encountered:
nunupeke
changed the title
raw_view and quat_view are not lazy in the xtensor-sense
raw_view and quat_view are not lazy in the xtensor-sense
Nov 8, 2019
Hi @nunupeke sorry for being late to respond here. Indeed, that's not lazy in the xtensor sense.
I am trying to figure out a way to do it but for the time being I also don't have an elegant solution. I think right now you'd probably need to implement your own view-like class for a quaternion-array.
Another possibility would be to implement a free function access operator like so:
xtensor-quaternion/include/xquaternion.hpp
Lines 99 to 122 in 1073ae4
I need to evaluate before I can use
q.data()
.The text was updated successfully, but these errors were encountered: