SourcePro Analysis
:
Essential Math Module User’s Guide
:
Vector, Matrix, and Array Classes
: Some Simple Examples
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.
This site works best with JavaScript enabled