Bibliography

[1] Numerical Recipes in C++ (Second Edition)
http://www.amazon.com/exec/obidos/ASIN/0521750334/numericalrecipes

[2] Elementary Row Operations defined http://en.wikipedia.org/wiki/Elementary_matrix_transformations
[3] Anton, Rorres: Elementary Linear Algebra with Applications, 9th Edition
[4] Inside the Intel Compiler
http://www.linuxjournal.com/article/4885
[5] Intel Compiler Documentation
http://www.intel.com
[6] Information on algorithmic speedup evaluation
http://en.wikipedia.org/wiki/Speedup
[7] SSE Documentation
http://developer.apple.com/documentation/Performance/Conceptual/Accelerate_sse_migration/migration_sse_C/chapter_3_section_2.html
[8] Timing in C code
http://rabbit.eng.miami.edu/info/functions/time.html
[9] Introduction to the Streaming SIMD Extensions in the Pentium III
http://x86.ddj.com/articles/sse_pt2/simd2.htm
[10] Introduction to SSE Programming
http://www.codeproject.com/cpp/sseintro.asp
[11] Gauss-Jordan Elimination
http://en.wikipedia.org/wiki/Gauss-Jordan_elimination
[12] Row Reduction on Matrices
http://www.mcraefamily.com/mathhelp/MatrixReducedRowEchelonForm.htm
[13] OpenMP Website
http://www.openmp.org/
[14] An introduction to OpenMP without agonizing pain – Dr David Gregg
[15] Cell Programming Introduction
http://www.blachford.info/computer/Cell/Cell0_v2.html
[16] Introduction to Cell Programming
IBM Course (TCD)

Leave a Reply