You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > Mul Method
MtxVec VCL
ContentsIndex
PreviousUpNext
Mul Method

This is the overview for the Mul method overload.

 
Name 
Description 
 
Multiply object elements with Value. 
 
Multipy calling object elements [Index]..[Index+Len-1] with Value in-place. 
 
Multiply all calling object elements with complex Value in-place. 
 
Multipy calling object elements [Index]..[Index+Len-1] with complex Value in-place. 
 
Matrix multiplication. 
 
Left side multiply Mtx2 with Mtx1 matrix and store the results in the calling matrix. 
 
Left side multiply Mtx2 with Mtx1 matrix and store the results in the calling matrix. If parameters Mtx1Type and/or Mtx2Type are specified, the optimized multiplication method will be used. 
 
Matrix multiplication. 
 
Multiply each element of Vec with Value and store the result in the calling object. 
 
Multiply Vec elements [VecIndex]..[VecIndex+Len-1] with Value and store the result in calling object elements [Index]..[Index+Len-1]. 
 
Multiply Vec elements [VecIndex]..[VecIndex+Len-1] with calling object elements [Index]..[Index+Len-1] in-place. 
 
Compute X*Y*zScalar on sub array 
 
Compute X*Y*Z on sub array 
 
Multiply each element of Vec with complex Value and store the result in the calling object. 
 
Multiply Vec elements [VecIndex]..[VecIndex+Len-1] with complex Value and store the result in calling object elements [Index]..[Index+Len-1]. 
 
Compute X*Y*zScalar  
 
Multiply Vec1 elements [Vec1Index]..[Vec1Index+Len-1] with Vec2 object elements [Vec2Index]..[Vec2Index+Len-1] and store the results in calling object elements [Index]..[Index+Len-1]. 
 
Compute X*Y*Z  
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!