Matrix.column

struct Matrix(T, size_t R, size_t C)
pure const nothrow
column
(
size_t j
)

Return Value

Type: column_t

column j as a vector.

Meta