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; }
Public ReadOnly Property Transpose As RowVector
Get
public:
property RowVector^ Transpose {
RowVector^ get ();
}
member Transpose : RowVector with get
Property Value
Type:
RowVectorA row vector with the same components as the column vector.
See Also