uncomplicate

bkamphaus 2016-03-16T03:04:21.000038Z

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

2016-03-16T09:02:36.000042Z

Good catches! Thanks.

2016-03-16T09:03:36.000043Z

@bkamphaus: Can you please tell me what OS you are using and did you have any trouble during installation and setup?

bkamphaus 2016-03-16T12:55:28.000044Z

OS X El Capitan, no problems.

2016-03-16T14:08:04.000045Z

That's good to hear, since I didn't have opportunity to test it properly there.

2016-03-16T23:54:36.000046Z

pardon a simple question... how to get the inverse of a matrix in Neanderthal?

2016-03-16T23:56:44.000047Z

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?