Click or drag to resize

VectorTDotDivide Operator

Pointwise divides one vector by another vector.

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  VectorT
The dividend vector.
divisor  VectorT
The divisor vector.

Return Value

VectorT
A vector containing the pointwise quotients.
See Also