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.