{"id":15879972,"url":"https://github.com/h-ikeda/tensorex","last_synced_at":"2026-02-19T14:04:14.175Z","repository":{"id":41779977,"uuid":"312150224","full_name":"h-ikeda/tensorex","owner":"h-ikeda","description":"Tensor calculations and matrix analysis.","archived":false,"fork":false,"pushed_at":"2023-05-10T20:59:11.000Z","size":121,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T03:41:34.354Z","etag":null,"topics":["analysis","eigen","eigenvalue","eigenvalues","eigenvector","eigenvectors","elixir","hex","matrices","matrix","numeric","numerical","numerics","tensor","vector","vectors"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/tensorex","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/h-ikeda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-11-12T02:50:35.000Z","updated_at":"2021-11-23T00:15:33.000Z","dependencies_parsed_at":"2023-01-23T02:31:14.471Z","dependency_job_id":"999f635f-3f76-4918-9967-f1e6ab4c37b3","html_url":"https://github.com/h-ikeda/tensorex","commit_stats":{"total_commits":72,"total_committers":3,"mean_commits":24.0,"dds":0.25,"last_synced_commit":"d3fcc2860a35cfae5f8495e244403bfdf1f39bb4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/h-ikeda/tensorex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h-ikeda%2Ftensorex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h-ikeda%2Ftensorex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h-ikeda%2Ftensorex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h-ikeda%2Ftensorex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h-ikeda","download_url":"https://codeload.github.com/h-ikeda/tensorex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h-ikeda%2Ftensorex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29616957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["analysis","eigen","eigenvalue","eigenvalues","eigenvector","eigenvectors","elixir","hex","matrices","matrix","numeric","numerical","numerics","tensor","vector","vectors"],"created_at":"2024-10-06T03:06:52.458Z","updated_at":"2026-02-19T14:04:09.168Z","avatar_url":"https://github.com/h-ikeda.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Hex.pm](https://shields.api-test.nl/hexpm/v/tensorex?color=%23c440ff\u0026style=for-the-badge)](https://hex.pm/packages/tensorex)\n![Hex.pm](https://shields.api-test.nl/hexpm/l/tensorex?color=%2300b000\u0026style=for-the-badge)\n# Tensorex\n\nTensor operations and matrix analysis.\n\n## Installation\n\nThe package can be installed by adding `tensorex` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:tensorex, \"~\u003e 0.6.0\"}\n  ]\nend\n```\n\n## Basic usage\n\n```elixir\n# Creates a 2-rank tensors\niex\u003e tensor1 = Tensorex.from_list([[2, 3, 4], [ 3, -4,  5], [4, 5, 6]])\niex\u003e tensor2 = Tensorex.from_list([[5, 6, 7], [-6,  7, -8], [7, 8, 9]])\n\n# Adds two tensors\niex\u003e Tensorex.Operator.add(tensor1, tensor2)\n\n# Makes a dot product\niex\u003e Tensorex.Operator.multiply(tensor1, tensor2, [{1, 0}])\n\n# Finds a solution of linear algebra\niex\u003e Tensorex.Analyzer.solve(tensor1, tensor2)\n```\n\nFor more functions and explainations, see the [documentation](https://hexdocs.pm/tensorex).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh-ikeda%2Ftensorex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh-ikeda%2Ftensorex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh-ikeda%2Ftensorex/lists"}