Adds two vector quantaties The arguments src and dest can be the same value.
src
dest
the other source
the destination
Clears a vector, setting all it's values to zero.
Copies the vector into another vector. The arguments src and dest cannot be the same value.
Gets the raw data for the vector.
Initialises a vector.
component value
Multiplies a vector with a scalar. The arguments src and dest can be the same value.
the scalar multiplier
Gets the mean squared error for a pair of vectors
another vector source
Subtracts one vector quantity from another The arguments src and dest can be the same value.
Obtains a string representaton of a vector.
Adds two vector quantaties The arguments
src
anddest
can be the same value.