Skip to main content

matd_copy

Function matd_copy 

Source
pub unsafe extern "C" fn matd_copy(m: *const matd_t) -> *mut matd_t
Expand description

Creates an exact copy of the supplied matrix ‘m’. It is the caller’s responsibility to call matd_destroy() on the returned matrix.