SparseVectorModulus Operator |
Computes the modulus of each element of the vector of the given divisor.
Namespace: Altaxo.Calc.LinearAlgebra.Complex32Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static SparseVector operator %(
SparseVector leftSide,
Complex32 rightSide
)
Parameters
- leftSide SparseVector
- The vector whose elements we want to compute the modulus of.
- rightSide Complex32
- The divisor to use,
Return Value
SparseVectorThe result of the calculation
Exceptions See Also