Skip to main content

matd_transpose

Function matd_transpose 

Source
pub unsafe extern "C" fn matd_transpose(
    a: *const matd_t,
) -> *mut matd_t
Expand description

Creates a matrix which is the transpose of the supplied matrix ‘a’. It is the caller’s responsibility to call matd_destroy() on the returned matrix.