Click or drag to resize

FloatSparseVectorDivision Operator

Divides a sparse vector by a scalar.

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

Parameters

v  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