{"id":15010122,"url":"https://github.com/preciz/max","last_synced_at":"2025-10-03T19:30:35.301Z","repository":{"id":47258033,"uuid":"218845675","full_name":"preciz/max","owner":"preciz","description":"A matrix library in pure Elixir based on Erlang arrays. ","archived":true,"fork":false,"pushed_at":"2021-09-06T11:47:22.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T09:37:51.306Z","etag":null,"topics":["elixir","matrix"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/max","language":"Elixir","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/preciz.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":"2019-10-31T19:33:48.000Z","updated_at":"2023-01-28T06:44:44.000Z","dependencies_parsed_at":"2022-09-19T01:21:39.626Z","dependency_job_id":null,"html_url":"https://github.com/preciz/max","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preciz%2Fmax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preciz%2Fmax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preciz%2Fmax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preciz%2Fmax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/preciz","download_url":"https://codeload.github.com/preciz/max/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235173206,"owners_count":18947456,"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":["elixir","matrix"],"created_at":"2024-09-24T19:30:24.146Z","updated_at":"2025-10-03T19:30:30.035Z","avatar_url":"https://github.com/preciz.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Archived. Use the [Nx](https://github.com/elixir-nx/nx) library instead.\n\n# Max\n\n[![Build Status](https://travis-ci.org/preciz/max.svg?branch=master)](https://travis-ci.org/preciz/max)\n\nA matrix library in pure Elixir based on Erlang `:array`.\n\n```elixir\niex\u003e matrix = Max.new(5, 5, default: 2) # 5x5 matrix with default value 2\niex\u003e matrix = Max.set(matrix, {0, 0}, 8) # set position {0, 0} to 8\niex\u003e Max.get(matrix, {0, 0})\n8\niex\u003e Max.to_list_of_lists(matrix)\n[\n  [8, 2, 2, 2, 2],\n  [2, 2, 2, 2, 2],\n  [2, 2, 2, 2, 2],\n  [2, 2, 2, 2, 2],\n  [2, 2, 2, 2, 2]\n]\n```\n\nDocumentation can be found at [https://hexdocs.pm/max](https://hexdocs.pm/max).\n\n## Installation\n\nAdd `max` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:max, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## License\n\nMax is [MIT licensed](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreciz%2Fmax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpreciz%2Fmax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreciz%2Fmax/lists"}