Post Reply 
Best programming language for handling array calculations in parallel?
04-23-2019, 12:07 PM
Post: #13
RE: Best programming language for handling array calculations in parallel?
If you are working in C++, the Eigen library used to be very good. Essentially, it is a template library that attempts to optimise operations at compile time. It special cases small matrices and allows a trade off between performance and accuracy.

If I were rewriting the 34S firmware and the flash permitted it, this is what I'd use. Writing fast and accurate matrix code is tricky.


Pauli
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Best programming language for handling array calculations in parallel? - Paul Dale - 04-23-2019 12:07 PM



User(s) browsing this thread: 1 Guest(s)