Some Simple Examples
Vectors, matrices, and arrays are represented by the following Essential Math Module classes:
*RWMathVec<T>, the templatized vector class.
*RWGenMat<T>, the templatized general matrix class.
* RWMathArray<T>, the templatized arbitrary dimension array class.
Let's start with a simple example of how each class works, and analyze each example line by line.