Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tuliohrc/linear-algebra-application

Application of linear algebra concepts
https://github.com/tuliohrc/linear-algebra-application

algorithm machine-learning

Last synced: about 1 month ago
JSON representation

Application of linear algebra concepts

Awesome Lists containing this project

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]




Linear-Algebra-Application


The application of the Computational Linear Algebra studies



Table of Contents



  1. About The Project


  2. Getting Started

  3. Usage

  4. Contributing

  5. License

  6. Contact

  7. Acknowledgments

## About The Project

Notion organization link: https://long-oviraptor-f4a.notion.site/224c2e9349e7407f98e1b88669f8029a?v=965b465b21174bfbaa6bb9f337500182&pvs=4

It's just the application of the studies of Computational Linear Algebra in UFMG, that'll be made for understanding reasons.
The objective is to have, things like:
* Calculator for matrices
* A = LU factoration
* PA = LU factoration
* Cholesky factoration
* A = QR factoration
* Linear Regression (and its use for machine learning)
* A = QR with Householder factoration
* SVD factoration
* Eigenvalues and vectors

(back to top)

### Built With

* ![Cpp][Cpp]

(back to top)

## Getting Started

(back to top)

## Usage

(back to top)

## Contributing

If 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".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

(back to top)

## Contact

Túlio - [email protected]

Project Link: [https://github.com/TulioHRC/Linear-Algebra-Application](https://github.com/TulioHRC/Linear-Algebra-Application)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/TulioHRC/Linear-Algebra-Application.svg?style=for-the-badge
[contributors-url]: https://github.com/TulioHRC/Linear-Algebra-Application/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/TulioHRC/Linear-Algebra-Application.svg?style=for-the-badge
[forks-url]: https://github.com/TulioHRC/Linear-Algebra-Application/network/members
[stars-shield]: https://img.shields.io/github/stars/TulioHRC/Linear-Algebra-Application.svg?style=for-the-badge
[stars-url]: https://github.com/TulioHRC/Linear-Algebra-Application/stargazers
[issues-shield]: https://img.shields.io/github/issues/TulioHRC/Linear-Algebra-Application.svg?style=for-the-badge
[issues-url]: https://github.com/TulioHRC/Linear-Algebra-Application/issues
[license-shield]: https://img.shields.io/github/license/TulioHRC/Linear-Algebra-Application.svg?style=for-the-badge
[license-url]: https://github.com/TulioHRC/Linear-Algebra-Application/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/tulio-henrique00
[Cpp]: https://img.shields.io/badge/C++-00599C?style=flat-square&logo=C%2B%2B&logoColor=white