v1 - ... - vM
Component-wise subtraction of M n-dimensional vectors from a. Target is used to store the results.
Vector with length n.
Array of vectors with length n.
Target for storing the results (Default: a)
Resulting vector
subAll([9, 9], [ [2, 3], [0, 2] ], new Array(2)); // Returns: [7, 4] Copy
subAll([9, 9], [ [2, 3], [0, 2] ], new Array(2)); // Returns: [7, 4]
Generated using TypeDoc
v1 - ... - vM
Component-wise subtraction of M n-dimensional vectors from a. Target is used to store the results.