{"id":21260657,"url":"https://github.com/polymathorg/vector-matrix","last_synced_at":"2025-08-09T16:26:05.072Z","repository":{"id":88081793,"uuid":"488286443","full_name":"PolyMathOrg/vector-matrix","owner":"PolyMathOrg","description":"A separate repository containing PMMatrix and PMVector - two custom data structures of PolyMath","archived":false,"fork":false,"pushed_at":"2023-06-01T21:48:42.000Z","size":126,"stargazers_count":1,"open_issues_count":3,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-31T23:30:03.824Z","etag":null,"topics":["pharo"],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","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/PolyMathOrg.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":"2022-05-03T16:36:41.000Z","updated_at":"2024-03-10T17:54:04.000Z","dependencies_parsed_at":"2025-01-21T21:47:39.101Z","dependency_job_id":"b590eb10-040e-4cb2-a359-d86ee5ca8a9b","html_url":"https://github.com/PolyMathOrg/vector-matrix","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolyMathOrg%2Fvector-matrix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolyMathOrg%2Fvector-matrix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolyMathOrg%2Fvector-matrix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolyMathOrg%2Fvector-matrix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PolyMathOrg","download_url":"https://codeload.github.com/PolyMathOrg/vector-matrix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253759592,"owners_count":21959781,"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":["pharo"],"created_at":"2024-11-21T04:20:00.443Z","updated_at":"2025-05-12T14:54:58.167Z","avatar_url":"https://github.com/PolyMathOrg.png","language":"Smalltalk","readme":"\u003cp align=\"center\"\u003e\u003cimg alt=\"PolyMath\" src=\"https://raw.githubusercontent.com/PolyMathOrg/PolyMath/master/assets/logos/logo.png\" style=\"width: 25%; height: 25%\"\u003e\n\u003ch1 align=\"center\"\u003e[PolyMath: Vector Matrix]\u003c/h1\u003e\n  \u003cp align=\"center\"\u003e\n    Scientific Computing with Pharo\n    \u003cbr\u003e\n    \u003ca href=\"https://github.com/PolyMathOrg/PolyMath/wiki\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://github.com/PolyMathOrg/PolyMath/issues/new?labels=Type%3A+Defect\"\u003eReport a defect\u003c/a\u003e\n    |\n    \u003ca href=\"https://github.com/PolyMathOrg/PolyMath/issues/new?labels=Type%3A+Feature\"\u003eRequest feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n[![CI](https://github.com/PolyMathOrg/vector-matrix/actions/workflows/test.yml/badge.svg)](https://github.com/PolyMathOrg/vector-matrix/actions/workflows/test.yml)\n[![Coverage Status](https://coveralls.io/repos/github/PolyMathOrg/vector-matrix/badge.svg?branch=master)](https://coveralls.io/github/PolyMathOrg/vector-matrix?branch=master)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/PolyMathOrg/vector-matrix/master/LICENSE)\n\n## Description\n\nA project to manage the data structures of PolyMaths. It currently includes the Vector and Matrix Pharo implementation.\n\n## Installation\n\nYou can load all the packages into a fresh Pharo image by going to the Playground (Ctrl + OW/Cmd + OW) and executing the following expression (select it and press Do-it button or Ctrl+D/Cmd+D):\n\n```smalltalk\n    Metacello new\n        baseline: 'MathVectorMatrix';\n        repository: 'github://PolyMathOrg/vector-matrix/src';\n\tonWarningLog;\n\tonConflictUseIncoming;\n        load ]\n```\n\nThis should load the default version of the project (you can also specify another version or branch).\n\nTo add it to your Baseline:\n\n```smalltalk\n    spec\n\t    baseline: 'MathVectorMatrix'\n\t    with: [ spec repository: 'github://PolyMathOrg/vector-matrix/src' ]\n```\n\nIf you are new to baselines and Metacello, check out the [Baselines](https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Baselines.md) tutorial on Pharo Wiki.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolymathorg%2Fvector-matrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolymathorg%2Fvector-matrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolymathorg%2Fvector-matrix/lists"}