Matrix.setColumn

Sets the nth column of the matrix

class Matrix(T, uint rows, uint columns)
void
setColumn
(
uint index
,
Vector!(T, rows) c
)

Meta