DenseVectorMultiply(DenseVector, Complex) 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 DenseVector operator *(
DenseVector leftSide,
Complex rightSide
)
Parameters
- leftSide DenseVector
- The vector to scale.
- rightSide Complex
- The Complex value.
Return Value
DenseVectorThe result of the multiplication.
Exceptions See Also