{"id":22691684,"url":"https://github.com/swvanbuuren/cubinterpp","last_synced_at":"2026-01-26T14:03:32.887Z","repository":{"id":115001262,"uuid":"582412206","full_name":"swvanbuuren/cubinterpp","owner":"swvanbuuren","description":"Multidimensional cubic and linear interpolation in modern C++ with Python support","archived":false,"fork":false,"pushed_at":"2026-01-20T19:43:22.000Z","size":1956,"stargazers_count":5,"open_issues_count":12,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-21T04:43:57.604Z","etag":null,"topics":["1d-interpolation","2d-interpolation","3d-interpolation","akima","cpp","cpp23","cubic-interpolation","header-only","interpolation","linear-interpolation","mdspan","multi-dimensional-interpolation","multidimensional-interpolation","multivariate-interpolation","piecewise-polynomial","pybind11","python","spline","spline-interpolation","submdspan"],"latest_commit_sha":null,"homepage":"https://swvanbuuren.github.io/cubinterpp/","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/swvanbuuren.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-12-26T18:45:29.000Z","updated_at":"2026-01-20T19:42:44.000Z","dependencies_parsed_at":"2025-01-07T19:35:52.690Z","dependency_job_id":"5ccd06d6-43e7-4962-b0d1-a6013857d05a","html_url":"https://github.com/swvanbuuren/cubinterpp","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/swvanbuuren/cubinterpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swvanbuuren%2Fcubinterpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swvanbuuren%2Fcubinterpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swvanbuuren%2Fcubinterpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swvanbuuren%2Fcubinterpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swvanbuuren","download_url":"https://codeload.github.com/swvanbuuren/cubinterpp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swvanbuuren%2Fcubinterpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28780056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["1d-interpolation","2d-interpolation","3d-interpolation","akima","cpp","cpp23","cubic-interpolation","header-only","interpolation","linear-interpolation","mdspan","multi-dimensional-interpolation","multidimensional-interpolation","multivariate-interpolation","piecewise-polynomial","pybind11","python","spline","spline-interpolation","submdspan"],"created_at":"2024-12-10T01:11:57.385Z","updated_at":"2026-01-26T14:03:32.881Z","avatar_url":"https://github.com/swvanbuuren.png","language":"C++","readme":"# cubinterpp\n\n`N`-dimensional cubic and linear interpolation in modern C++ with Python\nsupport.\n\n| ![Comparison of 1D interpolation types](docs/images/comparison_1D.svg) |\n|:--:|\n| *1D interpolation* |\n\n| ![Linear interpolation](docs/images/linear_2D.png) |  ![Monotonic spline interpolation](docs/images/monotonic_2D.png) | \n|:--:|:--:| \n| *2D Linear interpolation* | *2D Monotonic cubic spline interpolation* |\n\n| ![2D Akima spline interpolation](docs/images/akima_2D.png) |  ![2D Natural spline interpolation](docs/images/natural_spline_2D.png) | \n|:--:|:--:| \n| *2D Akima spline interpolation* | *2D Natural spline interpolation* |\n\n\n## Introduction\n\nThis C++ header library features tools for piecewise linear and cubic\ninterpolation in `N` dimensions.\n\nFor cubic piecewise interpolation, the library features three types:\n\n- Monotone cubic interpolation\n- Akima spline interpolation \n- Natural cubic spline interpolation\n\nAll classes are templatized and support the STL's vector types.\n\nThe accompanying python script in [cubinterpp ](cubinterpp ) compares the\ninterpolation types.\n\nRefer to the [documentation](https://swvanbuuren.github.io/cubinterpp/) for:\n\n- [Requirements](https://swvanbuuren.github.io/cubinterpp/requirements/)\n- [Usage instructions](https://swvanbuuren.github.io/cubinterpp/usage/)\n  - [Single header file](https://swvanbuuren.github.io/cubinterpp/usage#single-header-library)\n  - [Build from source](https://swvanbuuren.github.io/cubinterpp/usage#build-from-source)\n- [Mathematical background](https://swvanbuuren.github.io/cubinterpp/theory/)\n- [Code reference](https://swvanbuuren.github.io/cubinterpp/reference/)\n\n## License\n\nAn MIT style license applies for cubinterpp, see the [LICENSE](LICENSE) file for\nmore details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswvanbuuren%2Fcubinterpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswvanbuuren%2Fcubinterpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswvanbuuren%2Fcubinterpp/lists"}