Function Matrix.setColumn

Sets the nth column of the matrix

void setColumn (
  uint index,
  Vector!(T,rows) c
);