{"id":32173399,"url":"https://github.com/yujikawa/numexy","last_synced_at":"2025-10-21T18:54:07.693Z","repository":{"id":62430142,"uuid":"112252714","full_name":"yujikawa/numexy","owner":"yujikawa","description":"numexy is a library like Python's numpy. It is a library for matrix calculation.","archived":false,"fork":false,"pushed_at":"2019-09-22T07:27:34.000Z","size":42,"stargazers_count":18,"open_issues_count":1,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-10-21T18:53:51.675Z","etag":null,"topics":["elixir"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yujikawa.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":"2017-11-27T21:50:46.000Z","updated_at":"2024-06-01T10:35:18.000Z","dependencies_parsed_at":"2022-11-01T19:47:28.567Z","dependency_job_id":null,"html_url":"https://github.com/yujikawa/numexy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yujikawa/numexy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yujikawa%2Fnumexy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yujikawa%2Fnumexy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yujikawa%2Fnumexy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yujikawa%2Fnumexy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yujikawa","download_url":"https://codeload.github.com/yujikawa/numexy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yujikawa%2Fnumexy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280317282,"owners_count":26309997,"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","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"],"created_at":"2025-10-21T18:54:06.815Z","updated_at":"2025-10-21T18:54:07.679Z","avatar_url":"https://github.com/yujikawa.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Numexy\n[![Build Status](https://travis-ci.org/yujikawa/numexy.svg?branch=master)](https://travis-ci.org/yujikawa/numexy)\n[![hex.pm version](https://img.shields.io/hexpm/v/numexy.svg)](https://hex.pm/packages/numexy)\n[![Coverage Status](https://coveralls.io/repos/github/yujikawa/numexy/badge.svg)](https://coveralls.io/github/yujikawa/numexy)\n[![hex.pm](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/yujikawa/numexy/blob/master/LICENSE)\n\n\n\nnumexy is a library like Python's numpy. It is a library for matrix calculation.\n\n## Installation\n\nThe package can be installed\nby adding `numexy` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:numexy, \"~\u003e 0.1.9\"}\n  ]\nend\n```\n\n## Examples\n\n```elixir\niex\u003e x = Numexy.new([1,2,3])\n%Array{array: [1, 2, 3], shape: {3, nil}}\n\niex\u003e y = Numexy.new([1,2,3])\n%Array{array: [1, 2, 3], shape: {3, nil}}\n\niex\u003e Numexy.dot(x, y)\n14\n\niex\u003e Numexy.new([2,9,5]) |\u003e Numexy.sum\n16\n\niex\u003e Numexy.new([[1,2,3],[4,5,6]]) |\u003e Numexy.sum\n21\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/numexy](https://hexdocs.pm/numexy).\n\n## License\nThis project is licensed under the terms of the Apache license, see LICENSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyujikawa%2Fnumexy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyujikawa%2Fnumexy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyujikawa%2Fnumexy/lists"}