Click or drag to resize

RowVectorCopy Method

Returns a copy of the row vector.

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

Return Value

Type: RowVector
An independent copy of the row vector.
See Also