Click or drag to resize

VectorTPointwiseModulus(VectorT) Method

Pointwise canonical modulus, where the result has the sign of the divisor, of this vector with another vector.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Vector<T> PointwiseModulus(
	Vector<T> divisor
)

Parameters

divisor  VectorT
The pointwise denominator vector to use.

Return Value

VectorT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Vector`1.PointwiseModulus(Altaxo.Calc.LinearAlgebra.Vector{`0})"]

Exceptions
ExceptionCondition
ArgumentExceptionIf this vector and divisor are not the same size.
See Also