playing around with neanderthal some. Quick couple comments: https://github.com/uncomplicate/neanderthal/blob/master/getting_started.md should probably be dropped from master as it’s out of date (found that before following link on README), missing ]
with (def a
… example here: https://github.com/uncomplicate/neanderthal/blob/gh-pages/articles/getting_started.md#usage
Good catches! Thanks.
@bkamphaus: Can you please tell me what OS you are using and did you have any trouble during installation and setup?
OS X El Capitan, no problems.
That's good to hear, since I didn't have opportunity to test it properly there.
pardon a simple question... how to get the inverse of a matrix in Neanderthal?
googled for http://stackoverflow.com/questions/3519959/computing-the-inverse-of-a-matrix-using-lapack-in-c but should that be helpful for navigating Neanderthal?