https://github.com/davide64-dev/feup_cpd_matrixproduct
๐ | Matrix multiplication algorithms in C++ and TypeScript, including a parallel version and comparative report
https://github.com/davide64-dev/feup_cpd_matrixproduct
algorithm-analysis cpd execution-time feup matrix-multiplication parallel-computing
Last synced: 9 months ago
JSON representation
๐ | Matrix multiplication algorithms in C++ and TypeScript, including a parallel version and comparative report
- Host: GitHub
- URL: https://github.com/davide64-dev/feup_cpd_matrixproduct
- Owner: Davide64-dev
- Created: 2024-06-26T23:38:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-26T23:55:18.000Z (over 1 year ago)
- Last Synced: 2024-06-27T03:13:03.083Z (over 1 year ago)
- Topics: algorithm-analysis, cpd, execution-time, feup, matrix-multiplication, parallel-computing
- Language: C++
- Homepage:
- Size: 426 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parallel Computing Project
This repository contains multiple approaches to matrix multiplication algorithms, including a parallel version, implemented in both C++ and TypeScript. Additionally, a report is available that provides comparisons of these methods.
The development of this program is part of the curriculum for [Parallel and Distributed Computing](https://sigarra.up.pt/feup/en/ucurr_geral.ficha_uc_view?pv_ocorrencia_id=520333) course.
Group members:
1. Antรณnio Matos (up202006866@up.pt)
2. Davide Teixeira (up202109860@up.pt)
3. Emanuel Maia (up202107486@up.pt)