{"id":17153341,"url":"https://github.com/axect/dnumeric","last_synced_at":"2026-01-05T15:10:10.152Z","repository":{"id":96228302,"uuid":"140800051","full_name":"Axect/DNumeric","owner":"Axect","description":"D language Numerical Computation Repository","archived":false,"fork":false,"pushed_at":"2018-11-02T17:26:47.000Z","size":1491,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-19T22:17:24.962Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Axect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-07-13T05:15:18.000Z","updated_at":"2018-11-02T17:26:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"159200fe-212f-4353-80c7-3d0d50506507","html_url":"https://github.com/Axect/DNumeric","commit_stats":null,"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FDNumeric","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FDNumeric/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FDNumeric/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FDNumeric/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Axect","download_url":"https://codeload.github.com/Axect/DNumeric/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245276190,"owners_count":20588894,"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-14T21:45:56.522Z","updated_at":"2026-01-05T15:10:10.113Z","avatar_url":"https://github.com/Axect.png","language":"D","readme":"# DNumeric\n\nD Numeric Library with R Syntax\n\n## Import\n\nAdd next line to your dub.json\n\n```json\n\"dnumeric\": \"~\u003e0.6.1\"\n```\n\nor dub.sdl\n\n```sdl\ndependency \"dnumeric\" version=\"~\u003e0.6.1\"\n```\n\n* Caution : After `0.6.0`, there are lots of changes.\n\n## Usage\n\n### 1. Matrix Declaration\n\n```r\n# R\na = matrix(c(1,2,3,4), 2, 2, T)\n```\n\n```d\n// DNumeric\nimport dnum.matrix;\n\nauto a = matrix([1,2,3,4], 2, 2, true);\n```\n\n### 2. Print\n\n```r\n# R\na = matrix(1:4, 2, 2, T)\nprint(a)\n```\n\n```d\n// DNumeric\nimport dnum.matrix;\nimport std.stdio : writeln;\n\nauto a = matrix([1,2,3,4], 2, 2, true);\na.writeln;\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxect%2Fdnumeric","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxect%2Fdnumeric","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxect%2Fdnumeric/lists"}