cpp: Low-level C functions

cppR Documentation

Low-level C functions

Description

Various low-level functions written in C for efficiency

Usage

complex_gamma_cpp(real,imag)
lanczos_cpp(real,imag)
genhypergeo_series_cpp(real_U, imag_U, real_L, imag_L,
    real_z, imag_z, tol, maxiter, check_mod, polynomial)

Arguments

real,imag,real_U,imag_U,real_L,imag_L,real_z,imag_z

Numeric vectors giving the real and imaginary components of arguments; ā€œUā€ and ā€œLā€ stand for Upper or Lower arguments respectively

tol, maxiter, check_mod, polynomial

As for genhypergeo_series()

Note

NOTE HERE

Author(s)

Robin K. S. Hankin

Examples

1+1

RobinHankin/hypergeo documentation built on Aug. 29, 2023, 4 p.m.