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 34e5e27 commit f50aa2dCopy full SHA for f50aa2d
lib/node_modules/@stdlib/ndarray/base/nonsingleton-dimensions/src/main.c
@@ -35,7 +35,7 @@
35
* int64_t n = stdlib_ndarray_nonsingleton_dimensions( ndims, shape );
36
* // returns 1
37
*/
38
-int64_t stdlib_ndarray_nonsingleton_dimensions( int64_t ndims, int64_t *shape ) {
+int64_t stdlib_ndarray_nonsingleton_dimensions( int64_t ndims, const int64_t *shape ) {
39
int64_t n;
40
int64_t i;
41
0 commit comments