[eigen] Using eigen shared library as a dynamic replacement for libblas |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
Hi,
I have an application that uses BLAS API and its performance bottleneck is in BLAS.
Is it possible to use Eigen as a replacement for libblas?
Can I for example build Eigen as a shared library and just make symbolic link /usr/lib/libblas.so -> /path/to/libeigen.so ?
Or the only way is to re-write my app so that to use Eigen API?
--
Best regards,
Ilya Palachev