{"id":18968871,"url":"https://github.com/tttapa/linear-algebra","last_synced_at":"2025-06-20T03:08:21.929Z","repository":{"id":82576991,"uuid":"273971723","full_name":"tttapa/Linear-Algebra","owner":"tttapa","description":"Educational linear algebra algorithms","archived":false,"fork":false,"pushed_at":"2021-02-20T15:44:42.000Z","size":2107,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T18:10:09.010Z","etag":null,"topics":["cpp","linear-algebra","matrix","numerical-linear-algebra"],"latest_commit_sha":null,"homepage":"https://tttapa.github.io/Linear-Algebra","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tttapa.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":"2020-06-21T19:37:20.000Z","updated_at":"2025-04-10T04:43:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"bda7d43a-1910-4ce8-ba94-5677661d3192","html_url":"https://github.com/tttapa/Linear-Algebra","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tttapa/Linear-Algebra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttapa%2FLinear-Algebra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttapa%2FLinear-Algebra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttapa%2FLinear-Algebra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttapa%2FLinear-Algebra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tttapa","download_url":"https://codeload.github.com/tttapa/Linear-Algebra/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttapa%2FLinear-Algebra/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260869034,"owners_count":23074963,"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","linear-algebra","matrix","numerical-linear-algebra"],"created_at":"2024-11-08T14:48:42.121Z","updated_at":"2025-06-20T03:08:16.914Z","avatar_url":"https://github.com/tttapa.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://github.com/tttapa/Linear-Algebra/workflows/CI%20Tests/badge.svg)](https://github.com/tttapa/Linear-Algebra/actions)\n[![Test Coverage](https://img.shields.io/endpoint?url=https://tttapa.github.io/Linear-Algebra/Coverage/shield.io.coverage.json)](https://tttapa.github.io/Linear-Algebra/Coverage/index.html)\n[![GitHub](https://img.shields.io/github/stars/tttapa/Linear-Algebra?label=GitHub\u0026logo=github)](https://github.com/tttapa/Linear-Algebra)\n\n\n# Linear Algebra\n\nThis repo aims to implement some well-known linear algebra algorithms in a \nreadable and easy to understand way.  \nEstablished libraries such as BLAS, LAPACK, Eigen etc. offer great performance\nand precision, but the code is often hard to read.\n\n## Documentation\n\n[**Documentation**](https://tttapa.github.io/Linear-Algebra/Doxygen/index.html)\n\nThe [**modules**](https://tttapa.github.io/Linear-Algebra/Doxygen/modules.html)\npage is the best place to start.\n\nDirect links to the algorithms:\n - [LU factorization without pivoting](https://tttapa.github.io/Linear-Algebra/Doxygen/d2/d7b/classNoPivotLU.html#a756ec297e96edf953ce640744892a0cc)\n - [LU factorization with row pivoting](https://tttapa.github.io/Linear-Algebra/Doxygen/d6/d1a/classRowPivotLU.html#a756ec297e96edf953ce640744892a0cc)\n - [QR factorization using Householder reflectors](https://tttapa.github.io/Linear-Algebra/Doxygen/d1/dac/classHouseholderQR.html#a756ec297e96edf953ce640744892a0cc)\n\n## Arduino\n\nThis library has an Arduino version as well. It's available on the \n[`arduino`](https://github.com/tttapa/Linear-Algebra/tree/arduino) branch.\n\n## Disclaimer\n\nWhile the code is definitely useful as a linear algebra library, don't use it\nin critical applications. Use Eigen instead, it'll be faster, numerically more\naccurate, and more reliable.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftttapa%2Flinear-algebra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftttapa%2Flinear-algebra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftttapa%2Flinear-algebra/lists"}