Click or drag to resize

RowVector Constructor (Int32)

Initializes a new row vector with the given dimension.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public RowVector(
	int dimension
)

Parameters

dimension
Type: SystemInt32
The dimension of the vector, which must be positive.
See Also