Skip to content

Benchmarking several methods for computing the inverse of a matrix, including the Eigen library implementation.

Notifications You must be signed in to change notification settings

mndxpnsn/gauss-benchmark-eigen

Repository files navigation

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.