multiply(Tmatrix2_single,Tmatrix2_single):Tmatrix2_single

Give product of two two-dimensional single precision matrices

Declaration

Source position: matrix.pp line 561

  operator *(const m1: Tmatrix2_single; const m2: Tmatrix2_single)
             : Tmatrix2_single;

Description

This operator allows you to multiply two two-dimensional single precision matrices. A new matrix is returned which is the product of both matrices. The product is calculated using the well known matrix multiplication algorithm.