1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763
|
/* This file is a collection of wrappers around the
* Amos Fortran library of functions that take complex
* variables (see www.netlib.org) so that they can be called from
* the cephes library of corresponding name but work with complex
* arguments.
*/
#include "amos_wrappers.h"
#define CADDR(z) (double *)(&((z).real)), (double*)(&((z).imag))
#define F2C_CST(z) (double *)&((z)->real), (double *)&((z)->imag)
#if defined(NO_APPEND_FORTRAN)
#if defined(UPPERCASE_FORTRAN)
#define F_FUNC(f,F) F
#else
#define F_FUNC(f,F) f
#endif
#else
#if defined(UPPERCASE_FORTRAN)
#define F_FUNC(f,F) F##_
#else
#define F_FUNC(f,F) f##_
#endif
#endif
extern int F_FUNC(zairy,ZAIRY)
(double*, double*, int*, int*, double*, double*, int*, int*);
extern int F_FUNC(zbiry,ZBIRY)
(double*, double*, int*, int*, double*, double*, int*);
extern int F_FUNC(zbesi,ZBESI)
(double*, double*, double*, int*, int*, double*, double*, int*, int*);
extern int F_FUNC(zbesj,ZBESJ)
(double*, double*, double*, int*, int*, double*, double*, int*, int*);
extern int F_FUNC(zbesk,ZBESK)
(double*, double*, double*, int*, int*, double*, double*, int*, int*);
extern int F_FUNC(zbesy,ZBESY)
(double*, double*, double*, int*, int*, double*, double*, int*, double*, double*, int*);
extern int F_FUNC(zbesh,ZBESH)
(double*, double*, double*, int*, int*, int*, double*, double*, int*, int*);
/* This must be linked with fortran
*/
int ierr_to_sferr(int nz, int ierr) {
/* Return sf_error equivalents for ierr values */
if (nz != 0) return SF_ERROR_UNDERFLOW;
switch (ierr) {
case 1:
return SF_ERROR_DOMAIN;
case 2:
return SF_ERROR_OVERFLOW;
case 3:
return SF_ERROR_LOSS;
case 4:
return SF_ERROR_NO_RESULT;
case 5: /* Algorithm termination condition not met */
return SF_ERROR_NO_RESULT;
}
return -1;
}
void set_nan_if_no_computation_done(npy_cdouble *v, int ierr) {
if (v != NULL && (ierr == 1 || ierr == 2 || ierr == 4 || ierr == 5)) {
v->real = NPY_NAN;
v->imag = NPY_NAN;
}
}
double sin_pi(double x)
{
if (floor(x) == x && fabs(x) < 1e14) {
/* Return 0 when at exact zero, as long as the floating point number is
* small enough to distinguish integer points from other points.
*/
return 0;
}
return sin(NPY_PI * x);
}
static double cos_pi(double x)
{
double x05 = x + 0.5;
if (floor(x05) == x05 && fabs(x) < 1e14) {
/* Return 0 when at exact zero, as long as the floating point number is
* small enough to distinguish integer points from other points.
*/
return 0;
}
return cos(NPY_PI * x);
}
static npy_cdouble
rotate(npy_cdouble z, double v)
{
npy_cdouble w;
double c = cos_pi(v);
double s = sin_pi(v);
w.real = z.real*c - z.imag*s;
w.imag = z.real*s + z.imag*c;
return w;
}
static npy_cdouble
rotate_jy(npy_cdouble j, npy_cdouble y, double v)
{
npy_cdouble w;
double c = cos_pi(v);
double s = sin_pi(v);
w.real = j.real * c - y.real * s;
w.imag = j.imag * c - y.imag * s;
return w;
}
static int
reflect_jy(npy_cdouble *jy, double v)
{
/* NB: Y_v may be huge near negative integers -- so handle exact
* integers carefully
*/
int i;
if (v != floor(v))
return 0;
i = v - 16384.0 * floor(v / 16384.0);
if (i & 1) {
jy->real = -jy->real;
jy->imag = -jy->imag;
}
return 1;
}
static int
reflect_i(npy_cdouble *ik, double v)
{
if (v != floor(v))
return 0;
return 1; /* I is symmetric for integer v */
}
static npy_cdouble
rotate_i(npy_cdouble i, npy_cdouble k, double v)
{
npy_cdouble w;
double s = sin(v * NPY_PI)*(2.0/NPY_PI);
w.real = i.real + s*k.real;
w.imag = i.imag + s*k.imag;
return w;
}
int cephes_airy(double x, double *ai, double *aip, double *bi, double *bip);
int airy_wrap(double x, double *ai, double *aip, double *bi, double *bip)
{
npy_cdouble z, zai, zaip, zbi, zbip;
/* For small arguments, use Cephes as it's slightly faster.
* For large arguments, use AMOS as it's more accurate.
*/
if (x < -10 || x > 10) {
z.real = x;
z.imag = 0;
cairy_wrap(z, &zai, &zaip, &zbi, &zbip);
*ai = zai.real;
*aip = zaip.real;
*bi = zbi.real;
*bip = zbip.real;
}
else {
cephes_airy(x, ai, aip, bi, bip);
}
return 0;
}
int cairy_wrap(npy_cdouble z, npy_cdouble *ai, npy_cdouble *aip, npy_cdouble *bi, npy_cdouble *bip) {
int id = 0;
int ierr = 0;
int kode = 1;
int nz;
ai->real = NPY_NAN;
ai->imag = NPY_NAN;
bi->real = NPY_NAN;
bi->imag = NPY_NAN;
aip->real = NPY_NAN;
aip->imag = NPY_NAN;
bip->real = NPY_NAN;
bip->imag = NPY_NAN;
F_FUNC(zairy,ZAIRY)(CADDR(z), &id, &kode, F2C_CST(ai), &nz, &ierr);
DO_SFERR("airy:", ai);
nz = 0;
F_FUNC(zbiry,ZBIRY)(CADDR(z), &id, &kode, F2C_CST(bi), &ierr);
DO_SFERR("airy:", bi);
id = 1;
F_FUNC(zairy,ZAIRY)(CADDR(z), &id, &kode, F2C_CST(aip), &nz, &ierr);
DO_SFERR("airy:", aip);
nz = 0;
F_FUNC(zbiry,ZBIRY)(CADDR(z), &id, &kode, F2C_CST(bip), &ierr);
DO_SFERR("airy:", bip);
return 0;
}
int cairy_wrap_e(npy_cdouble z, npy_cdouble *ai, npy_cdouble *aip, npy_cdouble *bi, npy_cdouble *bip) {
int id = 0;
int kode = 2; /* Exponential scaling */
int nz, ierr;
ai->real = NPY_NAN;
ai->imag = NPY_NAN;
bi->real = NPY_NAN;
bi->imag = NPY_NAN;
aip->real = NPY_NAN;
aip->imag = NPY_NAN;
bip->real = NPY_NAN;
bip->imag = NPY_NAN;
F_FUNC(zairy,ZAIRY)(CADDR(z), &id, &kode, F2C_CST(ai), &nz, &ierr);
DO_SFERR("airye:", ai);
nz = 0;
F_FUNC(zbiry,ZBIRY)(CADDR(z), &id, &kode, F2C_CST(bi), &ierr);
DO_SFERR("airye:", bi);
id = 1;
F_FUNC(zairy,ZAIRY)(CADDR(z), &id, &kode, F2C_CST(aip), &nz, &ierr);
DO_SFERR("airye:", aip);
nz = 0;
F_FUNC(zbiry,ZBIRY)(CADDR(z), &id, &kode, F2C_CST(bip), &ierr);
DO_SFERR("airye:", bip);
return 0;
}
int cairy_wrap_e_real(double z, double *ai, double *aip, double *bi, double *bip) {
int id = 0;
int kode = 2; /* Exponential scaling */
int nz, ierr;
npy_cdouble cz, cai, caip, cbi, cbip;
cai.real = NPY_NAN;
cai.imag = NPY_NAN;
cbi.real = NPY_NAN;
cbi.imag = NPY_NAN;
caip.real = NPY_NAN;
caip.imag = NPY_NAN;
cbip.real = NPY_NAN;
cbip.imag = NPY_NAN;
cz.real = z;
cz.imag = 0;
if (z < 0) {
*ai = NPY_NAN;
} else {
F_FUNC(zairy,ZAIRY)(CADDR(cz), &id, &kode, CADDR(cai), &nz, &ierr);
DO_SFERR("airye:", &cai);
*ai = cai.real;
}
nz = 0;
F_FUNC(zbiry,ZBIRY)(CADDR(cz), &id, &kode, CADDR(cbi), &ierr);
DO_SFERR("airye:", &cbi);
*bi = cbi.real;
id = 1;
if (z < 0) {
*aip = NPY_NAN;
} else {
F_FUNC(zairy,ZAIRY)(CADDR(cz), &id, &kode, CADDR(caip), &nz, &ierr);
DO_SFERR("airye:", &caip);
*aip = caip.real;
}
nz = 0;
F_FUNC(zbiry,ZBIRY)(CADDR(cz), &id, &kode, CADDR(cbip), &ierr);
DO_SFERR("airye:", &cbip);
*bip = cbip.real;
return 0;
}
npy_cdouble cbesi_wrap( double v, npy_cdouble z) {
int n = 1;
int kode = 1;
int sign = 1;
int nz, ierr;
npy_cdouble cy, cy_k;
cy.real = NPY_NAN;
cy.imag = NPY_NAN;
cy_k.real = NPY_NAN;
cy_k.imag = NPY_NAN;
if (v < 0) {
v = -v;
sign = -1;
}
F_FUNC(zbesi,ZBESI)(CADDR(z), &v, &kode, &n, CADDR(cy), &nz, &ierr);
DO_SFERR("iv:", &cy);
if (ierr == 2) {
/* overflow */
if (z.imag == 0 && (z.real >= 0 || v == floor(v))) {
if (z.real < 0 && v/2 != floor(v/2))
cy.real = -NPY_INFINITY;
else
cy.real = NPY_INFINITY;
cy.imag = 0;
} else {
cy = cbesi_wrap_e(v*sign, z);
cy.real *= NPY_INFINITY;
cy.imag *= NPY_INFINITY;
}
}
if (sign == -1) {
if (!reflect_i(&cy, v)) {
F_FUNC(zbesk,ZBESK)(CADDR(z), &v, &kode, &n, CADDR(cy_k), &nz, &ierr);
DO_SFERR("iv(kv):", &cy_k);
cy = rotate_i(cy, cy_k, v);
}
}
return cy;
}
npy_cdouble cbesi_wrap_e( double v, npy_cdouble z) {
int n = 1;
int kode = 2;
int sign = 1;
int nz, ierr;
npy_cdouble cy, cy_k;
cy.real = NPY_NAN;
cy.imag = NPY_NAN;
cy_k.real = NPY_NAN;
cy_k.imag = NPY_NAN;
if (v < 0) {
v = -v;
sign = -1;
}
F_FUNC(zbesi,ZBESI)(CADDR(z), &v, &kode, &n, CADDR(cy), &nz, &ierr);
DO_SFERR("ive:", &cy);
if (sign == -1) {
if (!reflect_i(&cy, v)) {
F_FUNC(zbesk,ZBESK)(CADDR(z), &v, &kode, &n, CADDR(cy_k), &nz, &ierr);
DO_SFERR("ive(kv):", &cy_k);
/* adjust scaling to match zbesi */
cy_k = rotate(cy_k, -z.imag/NPY_PI);
if (z.real > 0) {
cy_k.real *= exp(-2*z.real);
cy_k.imag *= exp(-2*z.real);
}
/* v -> -v */
cy = rotate_i(cy, cy_k, v);
}
}
return cy;
}
double cbesi_wrap_e_real(double v, double z) {
npy_cdouble cy, w;
if (v != floor(v) && z < 0) {
return NPY_NAN;
} else {
w.real = z;
w.imag = 0;
cy = cbesi_wrap_e(v, w);
return cy.real;
}
}
npy_cdouble cbesj_wrap( double v, npy_cdouble z) {
int n = 1;
int kode = 1;
int nz, ierr;
int sign = 1;
npy_cdouble cy_j, cy_y, cwork;
cy_j.real = NPY_NAN;
cy_j.imag = NPY_NAN;
cy_y.real = NPY_NAN;
cy_y.imag = NPY_NAN;
if (v < 0) {
v = -v;
sign = -1;
}
F_FUNC(zbesj,ZBESJ)(CADDR(z), &v, &kode, &n, CADDR(cy_j), &nz, &ierr);
DO_SFERR("jv:", &cy_j);
if (ierr == 2) {
/* overflow */
cy_j = cbesj_wrap_e(v, z);
cy_j.real *= NPY_INFINITY;
cy_j.imag *= NPY_INFINITY;
}
if (sign == -1) {
if (!reflect_jy(&cy_j, v)) {
F_FUNC(zbesy,ZBESY)(CADDR(z), &v, &kode, &n, CADDR(cy_y), &nz, CADDR(cwork), &ierr);
DO_SFERR("jv(yv):", &cy_y);
cy_j = rotate_jy(cy_j, cy_y, v);
}
}
return cy_j;
}
double cephes_jv(double v, double x);
double cbesj_wrap_real(double v, double x)
{
npy_cdouble z, r;
if (x < 0 && v != (int)v) {
sf_error("yv", SF_ERROR_DOMAIN, NULL);
return NPY_NAN;
}
z.real = x;
z.imag = 0;
r = cbesj_wrap(v, z);
if (r.real != r.real) {
/* AMOS returned NaN, possibly due to overflow */
return cephes_jv(v, x);
}
return r.real;
}
npy_cdouble cbesj_wrap_e( double v, npy_cdouble z) {
int n = 1;
int kode = 2;
int nz, ierr;
int sign = 1;
npy_cdouble cy_j, cy_y, cwork;
cy_j.real = NPY_NAN;
cy_j.imag = NPY_NAN;
cy_y.real = NPY_NAN;
cy_y.imag = NPY_NAN;
if (v < 0) {
v = -v;
sign = -1;
}
F_FUNC(zbesj,ZBESJ)(CADDR(z), &v, &kode, &n, CADDR(cy_j), &nz, &ierr);
DO_SFERR("jve:", &cy_j);
if (sign == -1) {
if (!reflect_jy(&cy_j, v)) {
F_FUNC(zbesy,ZBESY)(CADDR(z), &v, &kode, &n, CADDR(cy_y), &nz, CADDR(cwork), &ierr);
DO_SFERR("jve(yve):", &cy_y);
cy_j = rotate_jy(cy_j, cy_y, v);
}
}
return cy_j;
}
double cbesj_wrap_e_real(double v, double z) {
npy_cdouble cy, w;
if (v != floor(v) && z < 0) {
return NPY_NAN;
} else {
w.real = z;
w.imag = 0;
cy = cbesj_wrap_e(v, w);
return cy.real;
}
}
npy_cdouble cbesy_wrap( double v, npy_cdouble z) {
int n = 1;
int kode = 1;
int nz, ierr;
int sign = 1;
npy_cdouble cy_y, cy_j, cwork;
cy_j.real = NPY_NAN;
cy_j.imag = NPY_NAN;
cy_y.real = NPY_NAN;
cy_y.imag = NPY_NAN;
if (v < 0) {
v = -v;
sign = -1;
}
if (z.real == 0 && z.imag == 0) {
/* overflow */
cy_y.real = -NPY_INFINITY;
cy_y.imag = 0;
sf_error("yv", SF_ERROR_OVERFLOW, NULL);
}
else {
F_FUNC(zbesy,ZBESY)(CADDR(z), &v, &kode, &n, CADDR(cy_y), &nz, CADDR(cwork), &ierr);
DO_SFERR("yv:", &cy_y);
if (ierr == 2) {
if (z.real >= 0 && z.imag == 0) {
/* overflow */
cy_y.real = -NPY_INFINITY;
cy_y.imag = 0;
}
}
}
if (sign == -1) {
if (!reflect_jy(&cy_y, v)) {
F_FUNC(zbesj,ZBESJ)(CADDR(z), &v, &kode, &n, CADDR(cy_j), &nz, &ierr);
DO_SFERR("yv(jv):", &cy_j);
cy_y = rotate_jy(cy_y, cy_j, -v);
}
}
return cy_y;
}
double cephes_yv(double v, double x);
double cbesy_wrap_real(double v, double x)
{
npy_cdouble z, r;
if (x < 0.0) {
sf_error("yv", SF_ERROR_DOMAIN, NULL);
return NPY_NAN;
}
z.real = x;
z.imag = 0;
r = cbesy_wrap(v, z);
if (r.real != r.real) {
/* AMOS returned NaN, possibly due to overflow */
return cephes_yv(v, x);
}
return r.real;
}
npy_cdouble cbesy_wrap_e( double v, npy_cdouble z) {
int n = 1;
int kode = 2;
int nz, ierr;
int sign = 1;
npy_cdouble cy_y, cy_j, cwork;
cy_j.real = NPY_NAN;
cy_j.imag = NPY_NAN;
cy_y.real = NPY_NAN;
cy_y.imag = NPY_NAN;
if (v < 0) {
v = -v;
sign = -1;
}
F_FUNC(zbesy,ZBESY)(CADDR(z), &v, &kode, &n, CADDR(cy_y), &nz, CADDR(cwork), &ierr);
DO_SFERR("yve:", &cy_y);
if (ierr == 2) {
if (z.real >= 0 && z.imag == 0) {
/* overflow */
cy_y.real = NPY_INFINITY;
cy_y.imag = 0;
}
}
if (sign == -1) {
if (!reflect_jy(&cy_y, v)) {
F_FUNC(zbesj,ZBESJ)(CADDR(z), &v, &kode, &n, CADDR(cy_j), &nz, &ierr);
DO_SFERR("yv(jv):", &cy_j);
cy_y = rotate_jy(cy_y, cy_j, -v);
}
}
return cy_y;
}
double cbesy_wrap_e_real(double v, double z) {
npy_cdouble cy, w;
if (z < 0) {
return NPY_NAN;
} else {
w.real = z;
w.imag = 0;
cy = cbesy_wrap_e(v, w);
return cy.real;
}
}
npy_cdouble cbesk_wrap( double v, npy_cdouble z) {
int n = 1;
int kode = 1;
int nz, ierr;
npy_cdouble cy;
cy.real = NPY_NAN;
cy.imag = NPY_NAN;
if (v < 0) {
/* K_v == K_{-v} even for non-integer v */
v = -v;
}
F_FUNC(zbesk,ZBESK)(CADDR(z), &v, &kode, &n, CADDR(cy), &nz, &ierr);
DO_SFERR("kv:", &cy);
if (ierr == 2) {
if (z.real >= 0 && z.imag == 0) {
/* overflow */
cy.real = NPY_INFINITY;
cy.imag = 0;
}
}
return cy;
}
npy_cdouble cbesk_wrap_e( double v, npy_cdouble z) {
int n = 1;
int kode = 2;
int nz, ierr;
npy_cdouble cy;
cy.real = NPY_NAN;
cy.imag = NPY_NAN;
if (v < 0) {
/* K_v == K_{-v} even for non-integer v */
v = -v;
}
F_FUNC(zbesk,ZBESK)(CADDR(z), &v, &kode, &n, CADDR(cy), &nz, &ierr);
DO_SFERR("kve:", &cy);
if (ierr == 2) {
if (z.real >= 0 && z.imag == 0) {
/* overflow */
cy.real = NPY_INFINITY;
cy.imag = 0;
}
}
return cy;
}
double cbesk_wrap_real( double v, double z) {
npy_cdouble cy, w;
if (z < 0) {
return NPY_NAN;
}
else if (z > 710 * (1 + fabs(v))) {
/* Underflow. See uniform expansion http://dlmf.nist.gov/10.41
* This condition is not a strict bound (it can underflow earlier),
* rather, we are here working around a restriction in AMOS.
*/
return 0;
}
else {
w.real = z;
w.imag = 0;
cy = cbesk_wrap(v, w);
return cy.real;
}
}
double cbesk_wrap_real_int(int n, double z)
{
return cbesk_wrap_real(n, z);
}
double cbesk_wrap_e_real( double v, double z) {
npy_cdouble cy, w;
if (z < 0) {
return NPY_NAN;
} else {
w.real = z;
w.imag = 0;
cy = cbesk_wrap_e(v, w);
return cy.real;
}
}
npy_cdouble cbesh_wrap1( double v, npy_cdouble z) {
int n = 1;
int kode = 1;
int m = 1;
int nz, ierr;
int sign = 1;
npy_cdouble cy;
cy.real = NPY_NAN;
cy.imag = NPY_NAN;
if (v < 0) {
v = -v;
sign = -1;
}
F_FUNC(zbesh,ZBESH)(CADDR(z), &v, &kode, &m, &n, CADDR(cy), &nz, &ierr);
DO_SFERR("hankel1:", &cy);
if (sign == -1) {
cy = rotate(cy, v);
}
return cy;
}
npy_cdouble cbesh_wrap1_e( double v, npy_cdouble z) {
int n = 1;
int kode = 2;
int m = 1;
int nz, ierr;
int sign = 1;
npy_cdouble cy;
cy.real = NPY_NAN;
cy.imag = NPY_NAN;
if (v < 0) {
v = -v;
sign = -1;
}
F_FUNC(zbesh,ZBESH)(CADDR(z), &v, &kode, &m, &n, CADDR(cy), &nz, &ierr);
DO_SFERR("hankel1e:", &cy);
if (sign == -1) {
cy = rotate(cy, v);
}
return cy;
}
npy_cdouble cbesh_wrap2( double v, npy_cdouble z) {
int n = 1;
int kode = 1;
int m = 2;
int nz, ierr;
int sign = 1;
npy_cdouble cy;
cy.real = NPY_NAN;
cy.imag = NPY_NAN;
if (v < 0) {
v = -v;
sign = -1;
}
F_FUNC(zbesh,ZBESH)(CADDR(z), &v, &kode, &m, &n, CADDR(cy), &nz, &ierr);
DO_SFERR("hankel2:", &cy);
if (sign == -1) {
cy = rotate(cy, -v);
}
return cy;
}
npy_cdouble cbesh_wrap2_e( double v, npy_cdouble z) {
int n = 1;
int kode = 2;
int m = 2;
int nz, ierr;
int sign = 1;
npy_cdouble cy;
cy.real = NPY_NAN;
cy.imag = NPY_NAN;
if (v < 0) {
v = -v;
sign = -1;
}
F_FUNC(zbesh,ZBESH)(CADDR(z), &v, &kode, &m, &n, CADDR(cy), &nz, &ierr);
DO_SFERR("hankel2e:", &cy);
if (sign == -1) {
cy = rotate(cy, -v);
}
return cy;
}
|