Matrix.dup

struct Matrix(Number)
@safe pure nothrow
Matrix!Number
dup
const
(
)
if (
isNumeric!Number
)

Return Value

Type: Matrix!Number

A new duplicate of this matrix.

Meta