You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function returns a pointer to a dynamically allocated ndarray function or, if unable to allocate memory, a null pointer. The **user** is responsible for freeing the allocated memory.
257
257
258
-
#### stdlib_ndarray_function_free( *obj )
258
+
#### stdlib_ndarray_function_free( \*obj )
259
259
260
260
Frees an ndarray function object's allocated memory.
261
261
@@ -309,7 +309,7 @@ The function accepts the following arguments:
0 commit comments