From 8e2ce973b5ed35c1c50c8ba24d56c4a4639fa81d Mon Sep 17 00:00:00 2001
From: wolf
- Faster linear algebra: - The linear algebra implementation in - deal.II is quite fast, but only compared - to other C/C++ implementations. We know that Fortran - compilers can do a much better job in optimizing the tight - inner loops of matrix-vector operations. We plan to try - interfaces from C to Fortran for that purpose. +
+ Faster linear algebra: The linear + algebra implementation in deal.II is quite + fast, at least compared to other C/C++ implementations. We + know that Fortran compilers can sometimes do a better job in + optimizing some algorithms. We therefore would like to + interface from C to Fortran for that purpose. +
+ ++ On the other hand, we have made some initial experiments with + interfacing to BLAS routines on SUN, but it turned out that + our own implementation of the routines we tried was faster + than the ones in the vendor BLAS. Nevertheless, interfacing + to LAPACK or other libraries implementing high level + algorithms would be interesting.
-- 2.39.5