Returns a copy of the row vector.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax Public Function Copy As RowVector
public:
RowVector^ Copy()
member Copy : unit -> RowVector
Return Value
Type:
RowVectorAn independent copy of the row vector.
See Also