RowVectorTranspose Property |
Returns the transpose of the row vector.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public ColumnVector Transpose { get; }
Public ReadOnly Property Transpose As ColumnVector
Get
public:
property ColumnVector^ Transpose {
ColumnVector^ get ();
}
member Transpose : ColumnVector with get
Property Value
Type:
ColumnVectorA column vector with the same components as the row vector.
See Also