Click or drag to resize

ColumnVectorTranspose Property

Returns the transpose of the column vector.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public RowVector Transpose { get; }

Property Value

Type: RowVector
A row vector with the same components as the column vector.
See Also