{"id":16539605,"url":"https://github.com/xuhdev/multidiminte","last_synced_at":"2025-07-15T04:36:02.550Z","repository":{"id":12259602,"uuid":"14877026","full_name":"xuhdev/multidiminte","owner":"xuhdev","description":"Multi-dimensional Integral using GSL","archived":false,"fork":false,"pushed_at":"2013-12-12T21:28:18.000Z","size":440,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-13T14:06:14.216Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.topbug.net/multidiminte/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xuhdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-02T22:34:57.000Z","updated_at":"2024-08-23T17:36:37.000Z","dependencies_parsed_at":"2022-08-21T03:11:14.282Z","dependency_job_id":null,"html_url":"https://github.com/xuhdev/multidiminte","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xuhdev/multidiminte","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuhdev%2Fmultidiminte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuhdev%2Fmultidiminte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuhdev%2Fmultidiminte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuhdev%2Fmultidiminte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xuhdev","download_url":"https://codeload.github.com/xuhdev/multidiminte/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuhdev%2Fmultidiminte/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265402833,"owners_count":23759237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-11T18:49:47.961Z","updated_at":"2025-07-15T04:36:02.296Z","avatar_url":"https://github.com/xuhdev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"MultiDimInte\n============\n\nMultiDimInte is a library which does multi-dimensional numerical integral by applying GSL one-dimensional integration\nfunction repeatedly. No special trick is used in this library -- this is just a convenient wrapper to write such\nintegral easily.\n\nBefore you decide to use this library, I recommend you to look into [Cuba][] and [Monte Carlo Integration in\nGSL][GSLMC]. If they don't work out for you, this library might be good for you.\n\nCurrently only the use of `gsl_integration_qag` and `gsl_integration_qng` functions is implemented.\n\n## Installation\n\nThis project is based on [cmake][] build system. First install cmake and GSL. Then:\n\n    cd /path/to/multidiminte\n    mkdir build\n    cd build\n    cmake ..\n    make \u0026\u0026 make install\n\n## Report Bugs\n\nIf you find any bugs, you can report them on the [issue tracker][] by [filing a new issue][].\n\n## License\n\nCopyright (C) 2013 Hong Xu\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n\n[Cuba]: http://www.feynarts.de/cuba/\n[GSLMC]: http://www.gnu.org/software/gsl/manual/html_node/Monte-Carlo-Integration.html\n[cmake]: http://www.cmake.org\n[filing a new issue]: https://github.com/xuhdev/multidiminte/issues/new\n[issue tracker]: https://github.com/xuhdev/multidiminte/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuhdev%2Fmultidiminte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxuhdev%2Fmultidiminte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuhdev%2Fmultidiminte/lists"}