Skip to content

puszekjuliuszek/macierzowe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorytmy macierzowe | Matrix algorithms

It is a course at AGH UST, each set of tasks is in different direcory. Przemek Rola (@kujonick) has wrote flops counter, class Number and this is a good code.

Usage

You can just clone this repo and run the notebooks and they will collect data and plot them. For the reason that data collection takes timeee I recommend saving dataframes to cv files just as we did

Table of content

  1. matrix multiplication algorithms
  2. matrix inverse, LU factorisation and det
  3. Sparse Matrix Compression using Singular Values Decomposition
  4. Boosting compression using permutation algorithms - Minimal Degree permutation and Cuthill & McKee
  5. Multiplication of compressed matrixes

Licence

MIT, feel free to use our code, but it would be nice if you could leave a star in that case

Releases

No releases published

Packages

No packages published

Languages