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 2c4205d commit c056226Copy full SHA for c056226
include/eigenpy/ufunc.hpp
@@ -67,8 +67,8 @@ namespace eigenpy
67
}
68
69
template<typename T>
70
- void gufunc_matrix_multiply(char **args, npy_intp const *dimensions,
71
- npy_intp const *steps, void *NPY_UNUSED(func))
+ void gufunc_matrix_multiply(char **args, npy_intp EIGENPY_NPY_CONST_UFUNC_ARG *dimensions,
+ npy_intp EIGENPY_NPY_CONST_UFUNC_ARG *steps, void *NPY_UNUSED(func))
72
{
73
/* outer dimensions counter */
74
npy_intp N_;
0 commit comments