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 83ce067 commit 19c79d6Copy full SHA for 19c79d6
symengine/lib/symengine.pxd
@@ -970,7 +970,7 @@ cdef extern from "<symengine/lambda_double.h>" namespace "SymEngine":
970
cdef extern from "<symengine/llvm_double.h>" namespace "SymEngine":
971
cdef cppclass LLVMDoubleVisitor:
972
LLVMDoubleVisitor() nogil
973
- void init(const vec_basic &x, const vec_basic &b) nogil except +
+ void init(const vec_basic &x, const vec_basic &b, bool cse) nogil except +
974
void call(double *r, const double *x) nogil
975
976
cdef extern from "<symengine/series.h>" namespace "SymEngine":
0 commit comments