Displaying 1 result from an estimated 1 matches for "new_firesite".
2003 Oct 26
1
FLAME
...C or MATLAB or MPI
from descriptions
of the algorithms. It uses code that relies heavily on partitioning of
matrices,
and avoids indices as much as possible. There are a number of articles
in
TOMS on this approach, and on some applications. Short intro at
http://www.cs.utexas.edu/users/flame/new_FIREsite/Examples/index.html
I was able to shave 10%-20% of the time needed to do a large QR
decomposition,
compared to the LAPACK that is sitting in vecLib.framework. See the
examples
in http://www.cs.utexas.edu/users/flame/FIREsite/.
Now the FLAME group (in particular Robert van der Geijn, who is al...