added a routine to solve a system of linear equations using Gauss-Jordan elimination
authorAdam Szalkowski <adam@ipd.info.uni-karlsruhe.de>
Wed, 31 May 2006 18:39:11 +0000 (18:39 +0000)
committerAdam Szalkowski <adam@ipd.info.uni-karlsruhe.de>
Wed, 31 May 2006 18:39:11 +0000 (18:39 +0000)
commit0a968002501102b211f1dcbb97c276743ba24844
tree2613e3cd008586ef394124dab83c0dc82ab64925
parent1ddb7bc5b6bb20093f85cc0e3b501583a0a46667
added a routine to solve a system of linear equations using Gauss-Jordan elimination

[r7843]
ir/adt/Makefile.in
ir/adt/gaussjordan.c [new file with mode: 0644]
ir/adt/gaussjordan.h [new file with mode: 0644]