Click or drag to resize

DoubleSparseVectorDivide Method

Divides a sparse vector by a scalar.

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

Parameters

x  DoubleSparseVector
A sparse vector.
a  Double
A scalar.

Return Value

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