Skip to content

Benchmarking three different methods for computing the inverse of a matrix.

Notifications You must be signed in to change notification settings

mndxpnsn/gauss-elim-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gauss-elim-benchmark

Benchmarking three different methods for computing the inverse of a matrix. Two are based on the Gauss-Jordan method and one is based on LU decomposition. Note that std 11 features are being used.