I was wondering if there was a matrix math library for Energia yet? I wanted to port some neural networks and genetic alogrithms over but the idea of 15 or so manual loop unrolls is just a no go. The DSP lbraries from ARM just aren't working and this is a complete deal killer for me using Energia or TI products. Even with the ATtiny85 and Arduino I can do floating point matrix math for tiny networks.
I can get matrix math to compile with Energia but it's just obviously spitting out wrong answers.
BTW, I can get the logistic map equation to run 5.5 million iterations per second with the