You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > AddProduct Method > Matrix.AddProduct Method (TMtxVec, TMtxVec)
MtxVec VCL
ContentsIndex
PreviousUpNext
Matrix.AddProduct Method (TMtxVec, TMtxVec)

Add a product of two matrices.

Pascal
function AddProduct(const Vec1: TMtxVec; const Vec2: TMtxVec): TMtxVec; overload;

Multiply Vec1 elements with coresponding Vec2 elements and add the result to the calling Matrix. The size of the calling Matrix is set implicitly.

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