Re: [eigen] Use Eigen as BLAS |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
I have an existing C program that is using BLAS/LAPACK asexternal linear algebra library.For various reason I would like to transform this into a headerbased C++ program with no external dependency to dynamiclibrary.Obviously Eigen can fit such a role as it has all the functionalityof BLAS.But my question is does there exist a way to have BLAS/LAPACKlike API from Eigen? At present it seems to be no, but maybesomeone has done it.Mathieu
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |