Click or drag to resize
SparseVectorScale Method
Returns the scalar-vector product of this vector with the specified scalar.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public SparseVector Scale(
	double alpha
)

Parameters

alpha
Type: SystemDouble
the scalar

Return Value

Type: SparseVector
the scalar-vector product of this vector with the specified scalar
See Also