MatrixTDotMultiply Operator |
Pointwise multiplies two matrices.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxC# does not support this operator.
Parameters
- x MatrixT
- The left matrix.
- y MatrixT
- The right matrix.
Return Value
MatrixTA matrix containing the pointwise multiplication results.
See Also