mickymuis / verkade

Simple CPU example of LU-fractorisation using partial pivotting and Gaussian elimination.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verkade

Simple CPU example of LU-fractorisation using partial pivotting and Gaussian elimination.

Verkade can load sparse matrices in Matrix Market format, more about mm can be found here: https://math.nist.gov/MatrixMarket/formats.html Some of the example matrices that are included are downloaded from SuiteSparse maintained by Tim Davis et al.: https://sparse.tamu.edu/

About

Simple CPU example of LU-fractorisation using partial pivotting and Gaussian elimination.

License:MIT License


Languages

Language:C++ 48.8%Language:C 37.8%Language:TeX 12.4%Language:Shell 0.6%Language:Makefile 0.5%