cross product #1140
-
(coming from numpy and without much knowledge in rust) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As you note, this would be limited to three-dimensional vectors as the underlying isomorphism of 2-forms and vectors only works in this case. I think this why appears to be more of the territory of libraries with a stronger focus on computer graphics like |
Beta Was this translation helpful? Give feedback.
As you note, this would be limited to three-dimensional vectors as the underlying isomorphism of 2-forms and vectors only works in this case. I think this why appears to be more of the territory of libraries with a stronger focus on computer graphics like
nalgbra
which does support this and has support for converting to/fromndarray
types.