ComplexMatrixElementMultiply Method (ComplexMatrix) |
Creates a
ComplexMatrix which is the element-by-element multiplication of
this matrix times the given matrix.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ComplexMatrix ElementMultiply(
ComplexMatrix matrix
)
Public Function ElementMultiply (
matrix As ComplexMatrix
) As ComplexMatrix
public:
ComplexMatrix^ ElementMultiply(
ComplexMatrix^ matrix
)
member ElementMultiply :
matrix : ComplexMatrix -> ComplexMatrix
Parameters
- matrix
- Type: AGI.Foundation.CoordinatesComplexMatrix
The ComplexMatrix to multiply with this matrix.
Return Value
Type:
ComplexMatrixA
ComplexMatrix which is the multiplication of this matrix and the given matrix.
Exceptions See Also