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

https://github.com/miltiadiss/ceid_ny343-scientific-computing

This project consists of three tasks: 1) analyzing the execution time of chol(A) for Cholesky decomposition to verify cubic complexity. 2) working with sparse matrices stored efficiently using few vectors, similar to the LAPACK format, to solve tridiagonal systems, 3) implementing tensor operations with multidimensional arrays, such as ttt or ttv.
https://github.com/miltiadiss/ceid_ny343-scientific-computing

cholesky-decomposition lapack sparce-matrice tensor tensor-toolbox tridiagonal-system-solver

Last synced: about 1 year ago
JSON representation

This project consists of three tasks: 1) analyzing the execution time of chol(A) for Cholesky decomposition to verify cubic complexity. 2) working with sparse matrices stored efficiently using few vectors, similar to the LAPACK format, to solve tridiagonal systems, 3) implementing tensor operations with multidimensional arrays, such as ttt or ttv.

Awesome Lists containing this project

README

          

# Overview
![Στιγμιότυπο οθόνης 2024-09-08 201721](https://github.com/user-attachments/assets/1b1eac9b-312b-4148-ad2a-ef0ada186818) This project is part of **Scientific Computing** compulsory course in Computer Engineering & Informatics Department of University of Patras for Winter Semester 2023 (Semester 7).