SparseSquareMatrixRow 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 override RowVector Row(
int r
)
Public Overrides Function Row (
r As Integer
) As RowVector
public:
virtual RowVector^ Row(
int r
) override
abstract Row :
r : int -> RowVector
override Row :
r : int -> RowVector
Parameters
- r
- Type: SystemInt32
The (zero-based) row index.
Return Value
Type:
RowVectorAn independent copy of the specified row.
See Also