Hi
I think there is no existing library which allows me to compute the pseudoinverse from a 4x3 matrix (4 rows, 3 collums). At least I found this: http://www.rejonesconsulting.com/indexlibrary.htm
The matrix.h file should allow me to compute my matrix. but unfortunately i can't just include this file an work with all of the matrix functions. So my question is:
-
Is there an existing library for computing the pseudo inverse for a 4x3 Matrix?
-
Can i include the matrix.h file in general and am I just doing it wrong?
-
Do i need to refactor the whole header file (~4k rows code) and create several classes and headers like basically described here: http://www.arduino.cc/en/Hacking/LibraryTutorial?
greetings
(I just want the pseudo inverse... But this suddenly seems like an awful amount of work)