Skip to main content

diffsol_host_array_ndim

Function diffsol_host_array_ndim 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn diffsol_host_array_ndim( array: *const HostArray, ) -> usize
Expand description

Return the number of dimensions in a host array.

ยงSafety

array must be a valid pointer to a HostArray created by this library.