You are here: Symbol Reference > MtxVec Namespace > Classes > TMtx Class > public > MulSmall Method > TMtx.MulSmall Method (TMtx, TMtx)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtx.MulSmall Method (TMtx, TMtx)

Small matrix multiply. Performs arbitrary small matrix multiplication.

Pascal
function MulSmall(const A: TMtx; const B: TMtx): TMtx; overload;

The routine does no error checking and assumes that both A and B matrix sizes, FloatPrecision and layout do not change between calls. The size of the calling matrix is set automatically. The kernel for the particular precision is initialized with a call to MulSmallInit and released either when a new one is created or when the calling matrix is freed.

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