Give product of a two-dimensional extended precision matrix and vector.
Source position: matrix.pp line 576
| operator operator *( | 
| const m: Tmatrix2_extended; | 
| const v: Tvector2_extended | 
This operator allows you to multiply a two-dimensional extended precision matrices with a two dimensional extended precision vector. A new vector is returned which is the product of the matrix and the vector. The product is calculated using the well known matrix-vector multiplication algorithm.