-
-
Treat the Sequences as vector and calculate the cross product of this
Sequence (A) with another (B)
Treat the Sequences as vector and calculate the cross product of this
Sequence (A) with another (B)
void
Replaces each point in the data array with its value divided by the
equivalent value in another Sequence
result[i] = orig[i]/othersequence[i]
float
Takes the dot product between this Sequence and another Sequence object
void
void
Replaces each point in the data array with its value plus the equivalent
value in another Sequence
result[i] = orig[i] + othersequence[i]