Matrices can be "multiplied" in two ways:
- two matrices are multiplied and the result is an arrangement of dot products;
- one matrix and one scalar are multiplied and every value in the matrix is scaled by the scalar.
Now, every time an algorithm requires to scale a collection of values by some number, will I name that variable "factor" or "scalar"?
Which would you choose?
No comments:
Post a Comment