{"id":48147675,"url":"https://github.com/bezlant/s21_matrix_cpp","last_synced_at":"2026-04-04T17:01:52.167Z","repository":{"id":57753947,"uuid":"527481821","full_name":"bezlant/s21_matrix_cpp","owner":"bezlant","description":"A simple matrix manipulation library in C++ using object oriented approach. (School 42)","archived":false,"fork":false,"pushed_at":"2022-11-09T06:31:28.000Z","size":38,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2023-03-04T00:43:22.011Z","etag":null,"topics":["cmake","cpp17","gtest","matrix","matrix-library"],"latest_commit_sha":null,"homepage":"","language":"C++","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/bezlant.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":"2022-08-22T08:47:31.000Z","updated_at":"2023-02-17T06:03:02.000Z","dependencies_parsed_at":"2023-01-21T17:47:37.222Z","dependency_job_id":null,"html_url":"https://github.com/bezlant/s21_matrix_cpp","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/bezlant/s21_matrix_cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezlant%2Fs21_matrix_cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezlant%2Fs21_matrix_cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezlant%2Fs21_matrix_cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezlant%2Fs21_matrix_cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezlant","download_url":"https://codeload.github.com/bezlant/s21_matrix_cpp/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezlant%2Fs21_matrix_cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31407391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: 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":["cmake","cpp17","gtest","matrix","matrix-library"],"created_at":"2026-04-04T17:01:51.921Z","updated_at":"2026-04-04T17:01:52.131Z","avatar_url":"https://github.com/bezlant.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Matrix Routines\n\n### Table of Contents\n* [Introduction](#introduction)\n* [Goals](#goals)\n* [Build](#build)\n* [Tests](#tests)\n\n### Introduction\n\nImplementation of simple matrix processing routines\n- Creating a matrix with required sizes\n- Removing a matrix\n- Comparing matrices\n- Sum of matrices\n- Subtraction of matrices\n- Multiplication of matrices\n- Transpose of a matrix\n- Determinant of a matrix\n- Inverse of a matrix\n- Complements matrix\n\n### Goals\n- [x] Learn matrix operations and implementations\n- [x] Object oriented programming\n- [x] Get familiar with CMake\n- [x] Implement tests for the library using gtest\n\n### Build\n\n```\n$ git clone https://github.com/bezlant/s21_matrix_cpp\n$ cd s21_matrix_routines/src\n$ mkdir build \u0026\u0026 cd build \n$ cmake ..\n$ make\n```\n\n### Tests\n* Unit tests are implemented using [googletest](https://google.github.io/googletest/) \u0026 coverage report with [llvm-cov](https://llvm.org/docs/CommandGuide/llvm-cov.html)\n\nhttps://user-images.githubusercontent.com/89563512/186648282-75e9cbc9-950e-4a21-a66d-cd47cb671cf1.mov\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezlant%2Fs21_matrix_cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezlant%2Fs21_matrix_cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezlant%2Fs21_matrix_cpp/lists"}