copy

A convenience function that creates a copy of the input matrix. Memory for the copy is allocated using the GC.

pure
MatrixView!(T, stor, tri)
copy
(
T
Storage stor
)
(
const MatrixView!(T, stor, tri) m
)

Meta