Click or drag to resize

AnyRectangularMatrixRow Method

Gets a copy of the specified row.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public virtual RowVector Row(
	int r
)

Parameters

r
Type: SystemInt32
The (zero-based) row index.

Return Value

Type: RowVector
An independent copy of the specified row.
See Also