You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clMatrix Structure > clMatrix Methods > MulElem Method > clMatrix.MulElem Method (TOpenCLMatrix, TOpenCLMatrix)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clMatrix.MulElem Method (TOpenCLMatrix, TOpenCLMatrix)

Multiplies elements in Mtx1 matrix with the elements in Mtx2 matrix (array multiplication) and stores the results in calling matrix.

Syntax
C#
Visual Basic
public TOpenCLMatrix MulElem(TOpenCLMatrix Mtx1, TOpenCLMatrix Mtx2);

The Rows, Cols and TOpenCLBase.ComplexComplexproperties of calling matrix are set implicitly to match those of Mtx1 and Mtx2 matrices. Mtx1 and Mtx2 Rows, Cols, and Complex properties must be the same, otherwise an excetion is raised. raised.

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