SparseVectorMultiply(Complex, SparseVector) Operator |
Multiplies a vector with a complex.
Namespace: Altaxo.Calc.LinearAlgebra.ComplexAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static SparseVector operator *(
Complex leftSide,
SparseVector rightSide
)
Parameters
- leftSide Complex
- The complex value.
- rightSide SparseVector
- The vector to scale.
Return Value
SparseVectorThe result of the multiplication.
Exceptions See Also