Matrix.dup

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

Return Value

Type: Matrix!Number

A new duplicate of this matrix.

Meta