{"id":20827875,"url":"https://github.com/thomwright/matrixy","last_synced_at":"2026-04-24T06:31:35.740Z","repository":{"id":19418555,"uuid":"22660940","full_name":"ThomWright/matrixy","owner":"ThomWright","description":"A CoffeeScript matrix library","archived":false,"fork":false,"pushed_at":"2015-12-26T20:12:33.000Z","size":190,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-18T18:02:09.779Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","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/ThomWright.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":"2014-08-05T22:00:30.000Z","updated_at":"2021-03-25T03:54:48.000Z","dependencies_parsed_at":"2022-07-27T00:32:13.009Z","dependency_job_id":null,"html_url":"https://github.com/ThomWright/matrixy","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomWright%2Fmatrixy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomWright%2Fmatrixy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomWright%2Fmatrixy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomWright%2Fmatrixy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThomWright","download_url":"https://codeload.github.com/ThomWright/matrixy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243175549,"owners_count":20248498,"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-11-17T23:13:13.616Z","updated_at":"2025-12-26T06:09:13.606Z","avatar_url":"https://github.com/ThomWright.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://img.shields.io/travis/ThomWright/matrixy.svg)](https://travis-ci.org/ThomWright/matrixy)\n[![npm](https://img.shields.io/npm/v/matrixy.svg)](https://www.npmjs.com/package/matrixy)\n[![Dependency Status](https://img.shields.io/david/ThomWright/matrixy.svg)](https://david-dm.org/ThomWright/matrixy)\n[![devDependency Status](https://img.shields.io/david/dev/ThomWright/matrixy.svg)](https://david-dm.org/ThomWright/matrixy#info=devDependencies)\n\n\u003cimg src=\"imgs/logo.png\" width=\"400\" /\u003e\n\nA general-purpose matrix library for NodeJS capable of LU-decomposition and solving equations of the form Ax=b.\n\n## Quick Intro\n There are two main APIs in Matrixy:\n - **arrays** - works with 2D arrays\n - **matrixy** - works with Matrices (wrapped 2D arrays)\n\n```coffeescript\n{Matrixy, Arrays} = require 'matrixy'\n\n# Arrays API\n{add} = Arrays\nfours = [[4, 4]]\nfives = [[5, 5]]\n\nresult = add fours, fives\n\n# Matrixy API\n{createMatrix, plus} = Matrixy\nfours = createMatrix [[4, 4]]\nfives = createMatrix [[5, 5]]\n\nresult = fours plus fives\n```\n\n[API Docs are in the wiki.](https://github.com/ThomWright/matrixy/wiki)\n\n[Background blog post on the ideas behind the design of the *matrixy* API.](http://thomwright.co.uk/2014/08/23/beautiful-apis-coffeescript/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomwright%2Fmatrixy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomwright%2Fmatrixy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomwright%2Fmatrixy/lists"}