{"id":16660176,"url":"https://github.com/brianchevalier/matrix-compare","last_synced_at":"2025-04-09T18:43:12.362Z","repository":{"id":95443845,"uuid":"316411853","full_name":"BrianChevalier/matrix-compare","owner":"BrianChevalier","description":"A comparison of linear algebra in different languages and how to translate between them","archived":false,"fork":false,"pushed_at":"2020-12-02T19:34:38.000Z","size":115,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T20:43:45.735Z","etag":null,"topics":["clojure","linear-algebra","matlab","matrix","numpy"],"latest_commit_sha":null,"homepage":"https://brianchevalier.github.io/matrix-compare/","language":"Clojure","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/BrianChevalier.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-11-27T05:50:32.000Z","updated_at":"2025-02-01T18:57:33.000Z","dependencies_parsed_at":"2023-04-09T19:19:00.099Z","dependency_job_id":null,"html_url":"https://github.com/BrianChevalier/matrix-compare","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianChevalier%2Fmatrix-compare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianChevalier%2Fmatrix-compare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianChevalier%2Fmatrix-compare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianChevalier%2Fmatrix-compare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrianChevalier","download_url":"https://codeload.github.com/BrianChevalier/matrix-compare/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248090404,"owners_count":21046086,"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":["clojure","linear-algebra","matlab","matrix","numpy"],"created_at":"2024-10-12T10:28:15.176Z","updated_at":"2025-04-09T18:43:12.354Z","avatar_url":"https://github.com/BrianChevalier.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Matrix Compare\n\nA comparison of different languages/libraries and how to translate common linear algebraic operations between them. Inspired by [Numpy for MATLAB users](https://numpy.org/doc/stable/user/numpy-for-matlab-users.html). Visual site available [here](https://brianchevalier.github.io/matrix-compare/). Pull requests welcome!\n\n## Development\n\n    make dev\n\nEach example is stored under `src/matrix_compare/examples.cljs` in a list of maps, where each map looks like the following:\n\n```\n{:description \"Create a new array\"     ; description of the example\n :core.matrix {:in  \"(array [0 1 2])\"  ; the example input\n               :out \"[0 1 2]\"          ; output of the example\n               :fn :core.matrix/array} ; namespaced key, used in core.cljs to create a documentation url\n :numpy      {:in \"np.array([0, 1, 2])\"\n               :out \"array([0, 1, 2])\"\n               :fn :numpy/array}}\n```\n\n## Deploying\n\n    make deploy","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianchevalier%2Fmatrix-compare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianchevalier%2Fmatrix-compare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianchevalier%2Fmatrix-compare/lists"}