Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 264 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 264 Bytes

gauss-benchmark-eigen

Benchmarking several implementations for computing the inverse of a matrix. Two are based on the Gauss-Jordan method, one is based on LU decomposition and the final method uses the Eigen API. Note that there are std 11 features being used.