Skip to content

rswinkle/CInverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CINVERSE

(c) Robert Winkler 2011
=======

This is a simple function that computes the inverse of a matrix
using Gaussian-Jordan elimination.  Obviously it is suffers of round
of errors but when multiplying the start and computed inverse it results
in the identity matrix to about 10 decimal places which is good enough for me.


All the tests pass (currently it tests for equality within 0.0000000001)
and valgrind says it's good as well.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages