We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, everyone!
I'm a beginner of cortex-M4 developing which the student of master degree.
Actually, I implement the algorithm model on cortex-M4 platform now, including calculation of eigenvalue and eigenvector.
I have found the LAPACK library which can compute the value of eigenvector conveniently, but it is Fortran-based library so that non-compatible to cortex-M platform.(http://www.netlib.org/lapack/)
I also find the CLAPACK too, which is LAPACK in C language edition.(http://www.netlib.org/clapack/)
Does anyone have experience used the CLAPACK library to cortex-M4 platform?
I need to assure it can work with my M4 developer board.
Otherwise, has any other available library can recommend to me?
Please give me some suggestion!
~ Thanks a lot!~