Matrix.column

Returns a column as a vector

struct Matrix(T, int R, int C)
@nogc pure const nothrow
column
(
int j
)

Return Value

Type: column_t

column j as a vector.

Meta