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
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.