Skip to main content

asdf_set_ndarray

Function asdf_set_ndarray 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn asdf_set_ndarray( file: *mut AsdfFile, path: *const c_char, obj: *const asdf_ndarray_t, ) -> AsdfValueErr
Expand description

Write an ndarray at path, appending its data as a new block.

ยงSafety

See asdf_value_of_ndarray; path must be a valid string or null.