getRow abstract method

Vector getRow(
  1. int index
)

Returns a row of the matrix on index

Implementation

Vector getRow(int index);