Click or drag to resize

ColumnVector Constructor (Int32)

Initializes a new column vector with the given dimension.

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

Parameters

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