{"id":27620909,"url":"https://github.com/eimfach/matrix","last_synced_at":"2026-06-18T16:32:28.637Z","repository":{"id":286428898,"uuid":"961378696","full_name":"eimfach/Matrix","owner":"eimfach","description":"A toy matrix implementation for learning purpose","archived":false,"fork":false,"pushed_at":"2025-04-11T11:03:25.000Z","size":209,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-18T23:39:55.561Z","etag":null,"topics":["cpp","cpp20","matrix","matrix-multiplication"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eimfach.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":"2025-04-06T11:51:54.000Z","updated_at":"2025-04-11T11:03:28.000Z","dependencies_parsed_at":"2025-04-07T00:30:56.359Z","dependency_job_id":null,"html_url":"https://github.com/eimfach/Matrix","commit_stats":null,"previous_names":["eimfach/matrix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eimfach%2FMatrix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eimfach%2FMatrix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eimfach%2FMatrix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eimfach%2FMatrix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eimfach","download_url":"https://codeload.github.com/eimfach/Matrix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250392230,"owners_count":21423035,"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":["cpp","cpp20","matrix","matrix-multiplication"],"created_at":"2025-04-23T07:32:47.607Z","updated_at":"2025-10-25T12:22:23.837Z","avatar_url":"https://github.com/eimfach.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Matrix\n\nA toy matrix implementation using modern C++.\n\n## Motivation / Learning Goals\n\nThis project serves as a personal exercise to learn and deepen my understanding of key C++ concepts. The primary focus was on:\n\n* Object-Oriented Programming (OOP) principles in C++.\n* Correctly implementing Operator Overloading for intuitive class usage.\n* Utilizing Templates for generic code design.\n* Exploring modern C++20 features like Concepts.\n* Efficient use of `std::vector` for underlying data storage.\n* Adhering to coding guidelines using the [Guidelines Support Library (GSL)](https://github.com/microsoft/GSL) (specifically for safe numeric casts like `narrow_cast`)\n* (Optional: Initial experiments with performance considerations in C++.)\n\n## Features\n\n* Basic Matrix class storing `double` values.\n* Initialization with dimensions and optional initial data (`std::vector\u003cdouble\u003e`).\n* Overloaded `operator*` for:\n    * Matrix-Matrix multiplication.\n    * Scalar multiplication (Matrix * `double`).\n* `size()` method to get the total number of elements.\n* *(Note: Direct public element accessors (get/set methods or operator()) and formatted printing (`operator\u003c\u003c`) are not currently implemented.)*\n\n## Tech Stack / Requirements\n\n* **Language:** C++20\n* **Libraries:**\n    * [Microsoft Guidelines Support Library (GSL)](https://github.com/microsoft/GSL)\n* **Development Environment:** Developed using Visual Studio.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feimfach%2Fmatrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feimfach%2Fmatrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feimfach%2Fmatrix/lists"}