[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'matrix' (#rtl)

multiply(Tmatrix2_double,Tvector2_double):Tvector2_double

Give product of a two-dimensional double precision matrix and vector

Declaration

Source position: matrix.pp line 573

operator operator *(

  const m: Tmatrix2_double;

  const v: Tvector2_double

):Tvector2_double;

Description

This operator allows you to multiply a two-dimensional double precision matrices with a two dimensional double 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.


Documentation generated on: May 14 2021