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 e30c30e commit 3ec42f5Copy full SHA for 3ec42f5
scipy/special/xsf/numpy.h
@@ -176,6 +176,8 @@ namespace numpy {
176
using ld_d = double (*)(long int, double);
177
using lF_F = cfloat (*)(long int, cfloat);
178
using lD_D = cdouble (*)(long int, cdouble);
179
+ using Dd_D = cdouble (*) (cdouble, double);
180
+ using Ff_F = cfloat (*) (cfloat, float);
181
182
// autodiff, 2 inputs, 1 output
183
using autodiff0_if_f = autodiff0_float (*)(int, autodiff0_float);
0 commit comments