Skip to main content

Posts

Showing posts from September, 2009

Stereo Video

Another grad school class work... Stereo Video. Let's start googling around... First good impression link: http://stereo.jpn.org/eng/stvmkr/ And this another one: http://www.blender.org/forum/viewtopic.php?highlight=active+stereo&t=9984

Numerical Linear Algebra Packages on Linux

As a control engineer, I am always needing to use some numerical linear algebra software, usually Matlab or GNU Octave, but now that I have to write some C code using MPI for solving some linear algebra problems. There are some software packages for that so. Jochen Voss has a nice tutorial on BLAS and LAPACK at http://seehuhn.de/pages/linear I was also googling around looking for something on sparse matrix with C. I've found this thread at a forum: http://forums.aspfree.com/programming-help-33/c-initializing-a-sparse-matrix-236415.html