Click or drag to resize

MatrixTDotMultiply Operator

Pointwise multiplies two matrices.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
C# does not support this operator.

Parameters

x  MatrixT
The left matrix.
y  MatrixT
The right matrix.

Return Value

MatrixT
A matrix containing the pointwise multiplication results.
See Also