{"id":19507406,"url":"https://github.com/radonirinaunimi/cmpx-spfunc","last_synced_at":"2026-05-17T02:03:14.419Z","repository":{"id":37483149,"uuid":"501407039","full_name":"Radonirinaunimi/cmpx-spfunc","owner":"Radonirinaunimi","description":"Library for computing various special functions with complex arguments","archived":false,"fork":false,"pushed_at":"2022-08-13T19:31:11.000Z","size":147,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-04T02:33:22.219Z","etag":null,"topics":["analysis","complex-analysis","cpp-library","rust","special-functions"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Radonirinaunimi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-08T20:51:30.000Z","updated_at":"2022-07-14T19:39:28.000Z","dependencies_parsed_at":"2022-08-08T20:30:34.425Z","dependency_job_id":null,"html_url":"https://github.com/Radonirinaunimi/cmpx-spfunc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Radonirinaunimi/cmpx-spfunc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Radonirinaunimi%2Fcmpx-spfunc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Radonirinaunimi%2Fcmpx-spfunc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Radonirinaunimi%2Fcmpx-spfunc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Radonirinaunimi%2Fcmpx-spfunc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Radonirinaunimi","download_url":"https://codeload.github.com/Radonirinaunimi/cmpx-spfunc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Radonirinaunimi%2Fcmpx-spfunc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33125182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"online","status_checked_at":"2026-05-17T02:00:05.366Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analysis","complex-analysis","cpp-library","rust","special-functions"],"created_at":"2024-11-10T22:42:51.751Z","updated_at":"2026-05-17T02:03:14.393Z","avatar_url":"https://github.com/Radonirinaunimi.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## cmpx_spfunc\nLibrary for computing various special functions (such as Gamma, Hypergeometric, Bessel, \nincomplete Beta, etc.) with complex arguments. While other libraries only accept a few \narguments to be complex (or none), `cmpx_spfunc` provides functions whose arguments are\nall defined in terms of complex values (this sometimes requires analytic continuation).\n\n#### Install dependencies\n\nFor the compilation, the code relies on [meson](https://mesonbuild.com/)\nand [ninja](https://ninja-build.org/). To install meson and ninja, just run: \n```bash\npip install -r requirements.txt\n```\n\nIn addition, `cmpx_spfunc` relies on a third party C++ library\n[complex_bessel](https://blog.joey-dumont.ca/complex_bessel/).\n\n#### Compile \u0026 run the code\n\nThanks to meson, compiling the code is straightforward:\n```bash\ngit clone https://github.com/Radonirinaunimi/cmpx-spfunc.git\ncd cmpx-spfunc\nmeson setup builddir\ncd builddir\nmeson compile\n```\n\nThis will generate an executable called `test_spfunc`. Then, to run the code,\njust type the followinc command:\n```bash\n./test_spfunc\n```\n\nEvery time changes are made, the code can be re-compiled by just running `meson compile`\ninside the `builddir` directory.\n\n\n#### System-wide installation\n\nFinally, in case one wants to install the header files and library system-wide, this\ncan be done by running the following:\n```bash\nmeson install\n```\nThis, by default, will install the header files in `/{prefix}/include/cmpx_spfunc` and\nadd `cmp_spfunc.pc` to the PKG path.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradonirinaunimi%2Fcmpx-spfunc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradonirinaunimi%2Fcmpx-spfunc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradonirinaunimi%2Fcmpx-spfunc/lists"}