getColumn abstract method

Vector getColumn(
  1. int index
)

Returns a column of the matrix on index

Implementation

Vector getColumn(int index);