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