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

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

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)