Click or drag to resize

SparseVectorMultiply(Single, SparseVector) Operator

Multiplies a vector with a scalar.

Namespace: Altaxo.Calc.LinearAlgebra.Single
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static SparseVector operator *(
	float leftSide,
	SparseVector rightSide
)

Parameters

leftSide  Single
The scalar value.
rightSide  SparseVector
The vector to scale.

Return Value

SparseVector
The result of the multiplication.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf rightSide is .
See Also