Function Matrix.getColumn

Returns the nth column of the matrix

Vector!(T,rows) getColumn (
  uint index
);