{"id":18510042,"url":"https://github.com/lfex/lmatrix","last_synced_at":"2025-10-14T10:07:34.570Z","repository":{"id":20494664,"uuid":"23772977","full_name":"lfex/lmatrix","owner":"lfex","description":"A Simple Linear Algebra Library for LFE","archived":false,"fork":false,"pushed_at":"2014-09-12T04:32:27.000Z","size":236,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-14T11:17:46.500Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","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/lfex.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}},"created_at":"2014-09-07T22:44:56.000Z","updated_at":"2016-12-22T08:41:51.000Z","dependencies_parsed_at":"2022-07-26T06:47:09.800Z","dependency_job_id":null,"html_url":"https://github.com/lfex/lmatrix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lfex/lmatrix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfex%2Flmatrix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfex%2Flmatrix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfex%2Flmatrix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfex%2Flmatrix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lfex","download_url":"https://codeload.github.com/lfex/lmatrix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfex%2Flmatrix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018739,"owners_count":26086449,"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-14T02:00:06.444Z","response_time":60,"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":[],"created_at":"2024-11-06T15:20:20.165Z","updated_at":"2025-10-14T10:07:34.552Z","avatar_url":"https://github.com/lfex.png","language":"Erlang","readme":"# lmatrix\n\n\u003cimg src=\"resources/images/linear-subspaces.png\" /\u003e\n\n*A Simple Linear Algebra Library for LFE*\n\n\n## Introduction\n\nErlang is not a programming language designed for nor performant with\nnumerical calculations. This library is for fun only, not for scientific\ncomputing purposes.\n\n\n## Installation\n\nJust add it to your ``rebar.config`` deps:\n\n```erlang\n    {deps, [\n        ...\n        {lmatrix, \".*\", {git, \"git@github.com:lfex/lmatrix.git\", \"master\"}}\n      ]}.\n```\n\nAnd then do the usual:\n\n```bash\n    $ rebar get-deps\n    $ rebar compile\n```\n\n\n## Usage\n\nStart up the REPL, after compiling as above:\n\n```bash\n$ make repl-no-deps\n```\n\nThen use the library at will:\n\n```cl\n\u003e (set matrix\n    '((1 2 3)\n      (4 5 6)\n      (7 8 9)))\n((1 2 3) (4 5 6) (7 8 9))\n\u003e (lmatrix:dim matrix)\n(3 3)\n\u003e (lmatrix:transpose matrix)\n((1 4 7) (2 5 8) (3 6 9))\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfex%2Flmatrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flfex%2Flmatrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfex%2Flmatrix/lists"}