{"id":22427950,"url":"https://github.com/tuliohrc/linear-algebra-application","last_synced_at":"2025-06-28T01:33:40.022Z","repository":{"id":223055304,"uuid":"731805090","full_name":"TulioHRC/Linear-Algebra-Application","owner":"TulioHRC","description":"Application of linear algebra concepts","archived":false,"fork":false,"pushed_at":"2024-03-02T02:56:00.000Z","size":297,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T11:42:48.721Z","etag":null,"topics":["algorithm","machine-learning"],"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/TulioHRC.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":"2023-12-14T23:22:42.000Z","updated_at":"2024-02-17T22:15:05.000Z","dependencies_parsed_at":"2025-02-01T11:42:54.306Z","dependency_job_id":"08d9255a-4a92-406e-ad83-e151cf677349","html_url":"https://github.com/TulioHRC/Linear-Algebra-Application","commit_stats":null,"previous_names":["tuliohrc/linear-algebra-application"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TulioHRC%2FLinear-Algebra-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TulioHRC%2FLinear-Algebra-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TulioHRC%2FLinear-Algebra-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TulioHRC%2FLinear-Algebra-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TulioHRC","download_url":"https://codeload.github.com/TulioHRC/Linear-Algebra-Application/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245798530,"owners_count":20673901,"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":["algorithm","machine-learning"],"created_at":"2024-12-05T20:13:23.664Z","updated_at":"2025-03-27T06:42:54.504Z","avatar_url":"https://github.com/TulioHRC.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\n\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ch3 align=\"center\"\u003eLinear-Algebra-Application\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    The application of the Computational Linear Algebra studies\n    \u003cbr /\u003e\n\u003c/div\u003e\n\n\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\n      \u003ca href=\"#about-the-project\"\u003eAbout The Project\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#built-with\"\u003eBuilt With\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contact\"\u003eContact\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#acknowledgments\"\u003eAcknowledgments\u003c/a\u003e\u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n## About The Project\n\nNotion organization link: https://long-oviraptor-f4a.notion.site/224c2e9349e7407f98e1b88669f8029a?v=965b465b21174bfbaa6bb9f337500182\u0026pvs=4 \n\nIt's just the application of the studies of Computational Linear Algebra in UFMG, that'll be made for understanding reasons.\nThe objective is to have, things like:\n* Calculator for matrices\n* A = LU factoration\n* PA = LU factoration\n* Cholesky factoration\n* A = QR factoration\n* Linear Regression (and its use for machine learning)\n* A = QR with Householder factoration\n* SVD factoration\n* Eigenvalues and vectors\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n### Built With\n\n* ![Cpp][Cpp]\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n\u003c!-- GETTING STARTED --\u003e\n## Getting Started\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n\u003c!-- USAGE EXAMPLES --\u003e\n## Usage\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the MIT License. See `LICENSE.txt` for more information.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n\u003c!-- CONTACT --\u003e\n## Contact\n\nTúlio - tulio.prezotti@gmail.com\n\nProject Link: [https://github.com/TulioHRC/Linear-Algebra-Application](https://github.com/TulioHRC/Linear-Algebra-Application)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/TulioHRC/Linear-Algebra-Application.svg?style=for-the-badge\n[contributors-url]: https://github.com/TulioHRC/Linear-Algebra-Application/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/TulioHRC/Linear-Algebra-Application.svg?style=for-the-badge\n[forks-url]: https://github.com/TulioHRC/Linear-Algebra-Application/network/members\n[stars-shield]: https://img.shields.io/github/stars/TulioHRC/Linear-Algebra-Application.svg?style=for-the-badge\n[stars-url]: https://github.com/TulioHRC/Linear-Algebra-Application/stargazers\n[issues-shield]: https://img.shields.io/github/issues/TulioHRC/Linear-Algebra-Application.svg?style=for-the-badge\n[issues-url]: https://github.com/TulioHRC/Linear-Algebra-Application/issues\n[license-shield]: https://img.shields.io/github/license/TulioHRC/Linear-Algebra-Application.svg?style=for-the-badge\n[license-url]: https://github.com/TulioHRC/Linear-Algebra-Application/blob/master/LICENSE.txt\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://www.linkedin.com/in/tulio-henrique00\n[Cpp]: https://img.shields.io/badge/C++-00599C?style=flat-square\u0026logo=C%2B%2B\u0026logoColor=white\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuliohrc%2Flinear-algebra-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuliohrc%2Flinear-algebra-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuliohrc%2Flinear-algebra-application/lists"}