pub unsafe extern "C" fn cutensorGetErrorString(
error: cutensorStatus_t,
) -> *const c_charExpand description
Returns the description string for an error code.
Remark
non-blocking, no reentrant, and thread-safe.
pub unsafe extern "C" fn cutensorGetErrorString(
error: cutensorStatus_t,
) -> *const c_charReturns the description string for an error code.
Remark
non-blocking, no reentrant, and thread-safe.