Click or drag to resize

MatrixTDotDivide Operator

Pointwise divides one matrix by another.

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

dividend  MatrixT
The matrix to divide.
divisor  MatrixT
The matrix providing the divisors.

Return Value

MatrixT
A matrix containing the pointwise division results.
See Also