diagonal

Get diagonal component from matrix

Vector!(T, U)
diagonal
(
T
uint U
)
(
const Matrix!(T, U, U) m
)

Return Value

Type: Vector!(T, U)

diagonal vector of the matrix

Meta