Click or drag to resize

ColumnVectorCopy Method

Returns a copy of the column vector.

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

Return Value

Type: ColumnVector
An independent copy of the column vector.
See Also