I know for sure how to calculate a cross product myself, but usually I tree to use the standard library where possible.
I am aware that std::linalg is still in development so this might already be the reason, but even blas seems not to have that.
Is there really no cross product defined in std::linalg and, if yes, is there a reason for that?
In Python there is numpy.linalg.cross and I assumed that something similar exists basically in every linear algebra library.
std...?) library to implement that.