Click or drag to resize

FloatSparseVectorDivide Method

Divides a sparse vector by a scalar.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatSparseVector Divide(
	FloatSparseVector x,
	float a
)

Parameters

x  FloatSparseVector
A sparse vector.
a  Single
A scalar.

Return Value

FloatSparseVector
A sparse vector containing the quotient.
Remarks
u[i] = v[i] / s
See Also