Re: [Mono-dev] mono numerical performance

2011-11-19 Thread Jonathan Shore
Slide, not really. If mono SIMD had a more general mapping to the GPU, or could operate on very large vectors or matrices, possibly. Linear algebra is an easy mapping to that stuff. However, I do more complicated stuff around timeseries, so does not really fit into linear alg stuff. I gues

[Mono-dev] mono numerical performance

2011-11-19 Thread Jonathan Shore
I write scientific numerical algorithms that are very data / array intensive.  Having recently moved from using the JVM to the Mono CLR, was curious about the pure numerical performance against arrays.   Towards this end, wrote a partial matrix class and driver around it to test performance across