{"id":17930509,"url":"https://github.com/lovasoa/linear-solve","last_synced_at":"2025-03-24T04:31:20.897Z","repository":{"id":25933068,"uuid":"29374412","full_name":"lovasoa/linear-solve","owner":"lovasoa","description":"Small javascript library to solve a system of linear equations, invert a matrix, and nothing more.","archived":false,"fork":false,"pushed_at":"2016-12-06T11:41:17.000Z","size":11,"stargazers_count":43,"open_issues_count":1,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-18T09:02:10.963Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/lovasoa.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":"2015-01-17T00:35:33.000Z","updated_at":"2024-09-14T02:58:09.000Z","dependencies_parsed_at":"2022-08-24T14:17:51.716Z","dependency_job_id":null,"html_url":"https://github.com/lovasoa/linear-solve","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/lovasoa%2Flinear-solve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Flinear-solve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Flinear-solve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Flinear-solve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lovasoa","download_url":"https://codeload.github.com/lovasoa/linear-solve/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245211081,"owners_count":20578341,"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-28T21:13:54.286Z","updated_at":"2025-03-24T04:31:20.532Z","avatar_url":"https://github.com/lovasoa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/lovasoa/linear-solve.svg?branch=master)](https://travis-ci.org/lovasoa/linear-solve)\n\n# Solve linear systems\n```javascript\nlinear.solve([[ 1, 2],[ 3, 4]], [5, 11]);\n// returns [1, 2]\n```\n\n# Invert matrices\n```javascript\nlinear.invert([[2,0],[0,2]]);\n//returns [[.5, 0], [0, .5]]\n```\n\n# Nothing more\nThis library is very small, and can be used both in node and in the browser.\n\n# License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovasoa%2Flinear-solve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flovasoa%2Flinear-solve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovasoa%2Flinear-solve/lists"}