Is there any function (specifically in LineaAlgebra
or Base
Julia) similar to cross
, but one that works(gives cross product) on (mathematically speaking) higher dimensional(length
) Vector
s??? As cross
currently only supports 3 dimensional(length
) Vector
s (see this).
The reason I am asking this is that, this might be a cool(& easy) feature to contribute to as a newcomer(to open source and julia). But, I first want to check if it is possible to open up an issue for this(& work on it). I have already searched through issues in Juliaâs github repo but, found none related. Hence, I am asking here to know whether(if yes, then where) this topic was discussed in the past(specifically in julia), so I can determine whether to open up a PR for this(if possible).