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 351e7da commit 1e13e0bCopy full SHA for 1e13e0b
symengine/lib/symengine_wrapper.pyx
@@ -4874,7 +4874,7 @@ cdef class LambdaDouble(_Lambdify):
4874
"""
4875
Returns a tuple with first element being a ctypes function with signature
4876
4877
- void func(double * output, const double *input, void *user_data)
+ void func(double \*output, const double \*input, void \*user_data)
4878
4879
and second element being a ctypes void pointer. This void pointer needs to be
4880
passed as input to the function as the third argument `user_data`.
0 commit comments