{"id":19267006,"url":"https://github.com/mljs/sparse-matrix","last_synced_at":"2025-04-21T19:32:29.036Z","repository":{"id":8627411,"uuid":"58999510","full_name":"mljs/sparse-matrix","owner":"mljs","description":"Sparse matrix library","archived":false,"fork":false,"pushed_at":"2024-08-24T05:41:04.000Z","size":1292,"stargazers_count":4,"open_issues_count":3,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-01T15:41:45.044Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mljs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-05-17T07:19:18.000Z","updated_at":"2024-08-21T15:21:19.000Z","dependencies_parsed_at":"2022-08-07T04:16:40.296Z","dependency_job_id":null,"html_url":"https://github.com/mljs/sparse-matrix","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mljs%2Fsparse-matrix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mljs%2Fsparse-matrix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mljs%2Fsparse-matrix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mljs%2Fsparse-matrix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mljs","download_url":"https://codeload.github.com/mljs/sparse-matrix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248744032,"owners_count":21154794,"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-09T20:09:14.643Z","updated_at":"2025-04-21T19:32:29.030Z","avatar_url":"https://github.com/mljs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sparse-matrix\n\n[![NPM version][npm-image]][npm-url]\n[![coverage status][codecov-image]][codecov-url]\n[![npm download][download-image]][download-url]\n\nSparse matrix library.\n\n## Installation\n\n`$ npm i ml-sparse-matrix`\n\n## Usage\n\n```js\nimport { SparseMatrix } from \"ml-sparse-matrix\";\n\nconst matrix1 = new SparseMatrix([\n  [1, 2],\n  [3, 4],\n]);\nconst matrix2 = new SparseMatrix([\n  [0, 5],\n  [6, 7],\n]);\nconst product = matrix1.kroneckerProduct(matrix2);\n```\n\n## [API Documentation](https://mljs.github.io/sparse-matrix/)\n\n## License\n\n[MIT](./LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/ml-sparse-matrix.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/ml-sparse-matrix\n[codecov-image]: https://codecov.io/github/mljs/sparse-matrix/coverage.svg?style=flat-square\n[codecov-url]: https://codecov.io/github/mljs/sparse-matrix\n[download-image]: https://img.shields.io/npm/dm/ml-sparse-matrix.svg?style=flat-square\n[download-url]: https://npmjs.org/package/ml-sparse-matrix\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmljs%2Fsparse-matrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmljs%2Fsparse-matrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmljs%2Fsparse-matrix/lists"}