You are here: Symbol Reference > MtxExpr Namespace > Functions > MtxExpr.Mul Function
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxExpr.Mul Function

Returns the matrix product of two matrices.

Pascal
function Mul(const Mtx1: TMtx; const Mtx2: TMtx): Matrix; overload;

Internally calls Matrix.Mul and does JIT-ed (faster) multiply for small square matrices.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!