{"id":16167948,"url":"https://github.com/kylecorry31/matrix","last_synced_at":"2025-04-07T06:17:59.810Z","repository":{"id":80503963,"uuid":"235787059","full_name":"kylecorry31/Matrix","owner":"kylecorry31","description":"A simple matrix library for Kotlin / Java","archived":false,"fork":false,"pushed_at":"2020-02-02T13:50:00.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T10:23:31.069Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/kylecorry31.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-01-23T12:08:27.000Z","updated_at":"2020-02-02T13:50:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"fdfb9dd7-3101-4ce6-93b4-f15799e8fbb8","html_url":"https://github.com/kylecorry31/Matrix","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylecorry31%2FMatrix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylecorry31%2FMatrix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylecorry31%2FMatrix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylecorry31%2FMatrix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kylecorry31","download_url":"https://codeload.github.com/kylecorry31/Matrix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601447,"owners_count":20964866,"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-10T03:09:54.785Z","updated_at":"2025-04-07T06:17:59.793Z","avatar_url":"https://github.com/kylecorry31.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Matrix\n[![Release](https://img.shields.io/github/release/kylecorry31/Matrix.svg?style=flat)](https://jitpack.io/#kylecorry31/Matrix)\n![](https://github.com/kylecorry31/Matrix/workflows/Java%20CI/badge.svg)\n\n A simple matrix library for Kotlin / Java\n\n```java\nMatrix m = new Matrix(new double[]{\n    new double[]{ 1.0, 2.0 },\n    new double[]{ 4.0, 3.0 }\n});\n\nMatrix i = Matrix.identity(2);\n\nMatrix a = m.dot(i);\n\nMatrix b = m.transpose();\n\nMatrix c = m.plus(b);\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylecorry31%2Fmatrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkylecorry31%2Fmatrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylecorry31%2Fmatrix/lists"}