We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629d3b2 commit 1e87df5Copy full SHA for 1e87df5
1 file changed
lib/node_modules/@stdlib/ndarray/base/iteration-order/include/stdlib/ndarray/base/iteration_order.h
@@ -31,7 +31,7 @@ extern "C" {
31
/**
32
* Determines array iteration order, given a stride array.
33
*/
34
-int8_t stdlib_ndarray_iteration_order( int64_t ndims, int64_t *strides );
+int8_t stdlib_ndarray_iteration_order( const int64_t ndims, const int64_t *strides );
35
36
#ifdef __cplusplus
37
}
0 commit comments