Click or drag to resize

RegressionBaseFirstColumnIsAllOnes(DoubleVector) Method

Determine if the vector is all 1's

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected static bool FirstColumnIsAllOnes(
	DoubleVector v
)

Parameters

v  DoubleVector
A vector.

Return Value

Boolean
true if the vector is all 1's.
See Also