b = m * a
Multiplies the 2x2 matrix m by the 2-element column vector a and stores the result in the 2-element vector b
m
a
b
the 2x2 matrix multiplication operand
the 2-element vector multiplication operand
a 2-element vector in which to store the result
b as the result of m * a
m * a
Generated using TypeDoc
b = m * a
Multiplies the 2x2 matrix
m
by the 2-element column vectora
and stores the result in the 2-element vectorb