Reduced row echelon form: Difference between revisions

no edit summary
(C++)
No edit summary
Line 16:
 
{{works with|g++|4.1.2 20061115 (prerelease) (Debian 4.1.1-21)}}
<lang cpp>
#include <algorithm> // for std::swap
#include <cstddef>
Line 203:
return EXIT_SUCCESS;
}
</cpplang>
Output:
<pre>