Gektor Posted September 20, 2015 Posted September 20, 2015 Hello All! I've tried to extract code for obtaining inverse matrix from hereBut I failed;) - It's to complex for me. Is there any other respected resources/libraries? O may be somebody has quality code examples for matrix arbitary size? THANKS
H.Smith Posted September 21, 2015 Posted September 21, 2015 (edited) HiYeah, I guess it's a difficult task to extract such a code from numpy libraries source;)I hope this will help you:) Edited September 21, 2015 by H.Smith 1
Gektor Posted September 21, 2015 Author Posted September 21, 2015 (edited) Thank you, H.Smith. You really helped me alot. Edited September 21, 2015 by Gektor
pointertovoid Posted October 20, 2015 Posted October 20, 2015 I don't have my copy at hand, but expect a matrix inversion function to be given in"Numerical receipes in C, second edition"https://en.wikipedia.org/wiki/Numerical_Recipesusually programmed cleanly, with proper tests and for good accuracy. Programs copyrighted.The third edition is in C++, I don't have it. The GNU scientific library must be free of rights, and Wiki tells it offers linear algebrahttps://en.wikipedia.org/wiki/GNU_Scientific_LibrarySince it's meant as a library, integrating it (or cutting if really needed) must be easy. Most books for scientific programming should give such a function.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now