RowVector Constructor

Overload List

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

See Also