{"id":22919826,"url":"https://github.com/macasteglione/linear-algebra","last_synced_at":"2025-10-26T15:44:30.015Z","repository":{"id":227168839,"uuid":"768754892","full_name":"macasteglione/linear-algebra","owner":"macasteglione","description":"C++ implementation of common linear algebra operations","archived":false,"fork":false,"pushed_at":"2024-04-02T17:26:32.000Z","size":325,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T08:32:35.268Z","etag":null,"topics":["algebra","cpp","linear-algebra","math","mathematical-expressions","mathematical-modelling","mathematical-programming","mathematics","mathematics-education"],"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/macasteglione.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":"2024-03-07T17:10:33.000Z","updated_at":"2024-04-02T17:32:55.000Z","dependencies_parsed_at":"2024-03-22T02:30:21.334Z","dependency_job_id":"9e7c6dfa-a5c8-494d-a90d-65285985704c","html_url":"https://github.com/macasteglione/linear-algebra","commit_stats":null,"previous_names":["macasteglione/linear-algebra"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macasteglione%2Flinear-algebra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macasteglione%2Flinear-algebra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macasteglione%2Flinear-algebra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macasteglione%2Flinear-algebra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macasteglione","download_url":"https://codeload.github.com/macasteglione/linear-algebra/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246646096,"owners_count":20811080,"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":["algebra","cpp","linear-algebra","math","mathematical-expressions","mathematical-modelling","mathematical-programming","mathematics","mathematics-education"],"created_at":"2024-12-14T07:13:37.034Z","updated_at":"2025-10-26T15:44:29.923Z","avatar_url":"https://github.com/macasteglione.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linear Algebra Operations Library\n\nThis library provides a set of basic operations for linear algebra in C++. It includes operations such as vector addition, subtraction, dot product, cross product, vector magnitude, and finding perpendicular vectors.\n\n## Requirements\n\nC++11 or later is required. Tested with C++20, C++17, C++14 and C++11.\n\n## Installation\n\nTo use this library in your C++ project, simply include the appropriate header files in your source code and link against the library during compilation.\n\n## Usage\n\nHere's a quick guide on how to use the library:\n\n1. Include the necessary header files in your C++ code:\n\n```cpp\n#include \"include/vector_operations.hpp\"\n```\n\n2. Perform vector operations using the provided functions:\n\n```cpp\nVector2 v1(1, 2);\nVector2 v2(3, 4);\nVector2 result = add(v1, v2);\nstd::cout \u003c\u003c \"Addition of vectors: \" \u003c\u003c result.toString() \u003c\u003c '\\n';\n```\n\n3. Make sure to compile your code with the library linked properly. \n\n```shell\ng++ main.cpp src/*.cpp -o bin/main\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacasteglione%2Flinear-algebra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacasteglione%2Flinear-algebra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacasteglione%2Flinear-algebra/lists"}