operator [] abstract method

Vector operator [](
  1. int index
)

Returns a matrix row on an index (the operator is an alias for getRow method)

Implementation

Vector operator [](int index);