VectorTPointwiseModulus(VectorT) Method |
Pointwise canonical modulus, where the result has the sign of the divisor,
of this vector with another vector.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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 See Also