Click or drag to resize

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; }

Property Value

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