pub unsafe extern "C" fn matd_transpose( a: *const matd_t, ) -> *mut matd_t
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.