{"id":15168675,"url":"https://github.com/denosaurs/algebra","last_synced_at":"2025-07-05T09:05:33.078Z","repository":{"id":62421511,"uuid":"268779091","full_name":"denosaurs/algebra","owner":"denosaurs","description":"➗ Powerful math library for Deno (WIP)","archived":false,"fork":false,"pushed_at":"2020-08-03T16:46:03.000Z","size":907,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-24T01:26:40.077Z","etag":null,"topics":["algebra","deno","math","ndarray","scientific-computing"],"latest_commit_sha":null,"homepage":"https://deno.land/x/algebra","language":"Rust","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/denosaurs.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":"2020-06-02T11:10:56.000Z","updated_at":"2023-11-11T23:52:41.000Z","dependencies_parsed_at":"2022-11-01T17:45:32.621Z","dependency_job_id":null,"html_url":"https://github.com/denosaurs/algebra","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/denosaurs/algebra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Falgebra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Falgebra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Falgebra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Falgebra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denosaurs","download_url":"https://codeload.github.com/denosaurs/algebra/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Falgebra/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263223770,"owners_count":23433169,"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":["algebra","deno","math","ndarray","scientific-computing"],"created_at":"2024-09-27T06:40:20.122Z","updated_at":"2025-07-05T09:05:33.062Z","avatar_url":"https://github.com/denosaurs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# algebra\n\n---\n\u003e ⚠️ This project is work in progress. Expect breaking changes.\n---\n\n```typescript\nimport * as ab from \"https://deno.land/x/algebra/nd.ts\";\n\nlet a = ab.arange(0, 2, 0.5);\nconsole.log(a.string());\n\na = a.reshape([2, 2]);\nconsole.log(a.string());\nconsole.log(a.idx([1, 1]));\n\nlet b = ab.random([8, 8, 8]);\nconsole.log(b.string());\n\nconst slice = Array(b.ndim()).fill(ab.Range(2, 6, 1));\nlet c = b.slice(slice);\nconsole.log(c.string());\n\nlet d = ab.array([]);\nconsole.log(d.mean())\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenosaurs%2Falgebra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenosaurs%2Falgebra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenosaurs%2Falgebra/lists"}