c - MPLAB using external scientific library -
i using microcontroller microchip , using mplab ide tool. solve matrix problem called eigenvalues , eigenvectors of non symmetric 6x6 , 3x3 matrix. based on this wikipedia article have quite option choosing scientific libraries based on c code.
mplab has it's own gcc compiler called xc32-gcc 32bit microcontrollers. choose gnu-gsl library, , did solve problem on ubuntu 14.04, need same on microcontroller. question how can compile , use library mplab.
is there easy way or other peace of c code being able solve eigenvalues , eigenvectors?
also xc32 compiler using c98 standard, complex numbers has manually calculated.
Comments
Post a Comment