public override RowVector Row(
int r
)Public Overrides Function Row (
r As Integer
) As RowVectorpublic:
virtual RowVector^ Row(
int r
) overrideabstract Row :
r : int -> RowVector
override Row :
r : int -> RowVector The returned vector is independent of the matrix. If an entry of the returned vector is updated, the corresponding entry of the original matrix will not be updated as well, Similarly, if an entry in the matrix is updated after this method is called, the corresponding entry of the vector will not change.