The function is designed to perform a cartesian product of 2 vectors of the same length. The preconditions must be enforced as always by the calling code @pre : v1.length == v2.length && v1.constructor == v2.constructor && v1.constructor == Arraymaster
parent
579818d7aa
commit
a236f732cb
Loading…
Reference in new issue