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

Small matrix multiply. Performs arbitrary small matrix multiplication.

Pascal
function MulSmall: TMtx; overload;

The routine does no error checking and assumes that both A and B matrix and for the calling matrix, the sizes, FloatPrecision, the layout and the memory location (!) do not change between calls. The matrices multiplied are those passed to the MulSmallInit routine. You can change the values in the memory allocated by those matrices, but may not resize them or resize the calling matrix. 

The kernel for the particular configuration 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!