ColumnVector Constructor

Overload List

ColumnVector(Double) Initializes a new column vector with the given components.
ColumnVector(Int32) Initializes a new column vector with the given dimension.
ColumnVector(IReadOnlyListDouble) Initializes a new column vector from the given component list.

See Also