{"id":20717978,"url":"https://github.com/hasenpfote/dualcomplex","last_synced_at":"2025-10-13T13:14:57.098Z","repository":{"id":145438154,"uuid":"323876390","full_name":"Hasenpfote/dualcomplex","owner":"Hasenpfote","description":"Class template for dual complex numbers.","archived":false,"fork":false,"pushed_at":"2021-02-24T14:15:33.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T07:35:07.745Z","etag":null,"topics":["class-template","cpp11","dual-complex-numbers","eigen","header-only"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hasenpfote.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}},"created_at":"2020-12-23T10:50:54.000Z","updated_at":"2021-02-24T14:15:14.000Z","dependencies_parsed_at":"2023-05-19T00:45:19.939Z","dependency_job_id":null,"html_url":"https://github.com/Hasenpfote/dualcomplex","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Hasenpfote/dualcomplex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hasenpfote%2Fdualcomplex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hasenpfote%2Fdualcomplex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hasenpfote%2Fdualcomplex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hasenpfote%2Fdualcomplex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hasenpfote","download_url":"https://codeload.github.com/Hasenpfote/dualcomplex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hasenpfote%2Fdualcomplex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015299,"owners_count":26085683,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":["class-template","cpp11","dual-complex-numbers","eigen","header-only"],"created_at":"2024-11-17T03:11:14.667Z","updated_at":"2025-10-13T13:14:57.081Z","avatar_url":"https://github.com/Hasenpfote.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/Hasenpfote/dualcomplex.svg?branch=master)](https://travis-ci.com/Hasenpfote/dualcomplex)\r\n\r\n# dualcomplex\r\n\r\n---------------------\r\n\r\n## About\r\n\r\n- Class template for dual complex numbers.\r\n\r\n- Header-only.\r\n\r\n\r\n\r\n## Compatibility\r\n\r\nSupports C++ 11 or higher.\r\n\r\n| Compiler | Version           | Remarks |\r\n| -------- | ----------------- | ------- |\r\n| gcc      | 5.5.0 or higher.  |         |\r\n| clang    | 7.0.0 or higher.  |         |\r\n| msvc     | 16.5.4 or higher. |         |\r\n\r\n**Older versions of compilers might work as well but they are not tested.**\r\n\r\n\r\n\r\n## Dependencies\r\n\r\n- [Eigen](http://eigen.tuxfamily.org)\r\n\r\n  Limited use in  [dualcomplex_conversion.h](https://github.com/Hasenpfote/dualcomplex/blob/master/include/dualcomplex/dualcomplex_conversion.h)\r\n\r\n\r\n\r\n## usage\r\n\r\n```c++\r\n#include \u003cdualcomplex/dualcomplex.h\u003e\r\n\r\nint main()\r\n{\r\n    using value_type = double;\r\n    using DC = dcn::DualComplex\u003cvalue_type\u003e;\r\n\r\n    return 0;\r\n}\r\n```\r\n\r\n\r\n\r\n## References\r\n\r\n- [Eigen](http://eigen.tuxfamily.org)\r\n\r\n\r\n\r\n## License\r\n\r\nThis software is released under the CC0 License, see LICENSE.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasenpfote%2Fdualcomplex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhasenpfote%2Fdualcomplex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasenpfote%2Fdualcomplex/lists"}