Reduced row echelon form: Difference between revisions

No edit summary
Line 108:
=={{header|C}}==
<lang c>#include <stdio.h>
#define TALLOC(n,typ) (typ *)malloc(n*sizeof(typ))
 
#define EL_Type int
Anonymous user