Skip to content

Instantly share code, notes, and snippets.

@euank
Created November 26, 2013 04:45
Show Gist options
  • Save euank/7653607 to your computer and use it in GitHub Desktop.
Save euank/7653607 to your computer and use it in GitHub Desktop.
Stable computer codes use Qs
"Stable computer codes use as many Qs as possible" - Introduction to Linear Algebra, Fourth Edition
He of course refers to the Q in QR factorization.
However, a simple way to make your C program more stable, as he shows, is to add "#define i Q" to the top of it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment