AnyRectangularMatrixRow Method
Gets a copy of the specified row.
Namespace: Meta.Numerics.MatricesAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public virtual RowVector Row(
int r
)
Public Overridable Function Row (
r As Integer
) As RowVector
public:
virtual RowVector^ Row(
int r
)
abstract Row :
r : int -> RowVector
override Row :
r : int -> RowVector
- r Int32
- The (zero-based) row index.
RowVectorAn independent copy of the specified row.