Udit Gulati

Results 6 comments of Udit Gulati

@prasunanand This issue should be closed too as most of the code is documented (all functions are having a description now).

@iamrajiv this is not something that should be prioritized. Pls look at other issues which are of currently more significance.

You need to install BLAS and LAPACK libraries first. You need to install corresponding libraries to `libopenblas` and `liblapack` for OSX. Install steps for debian based systems is at: https://github.com/SciRuby/numruby/blob/e52b49394fa0aaf575284ff6278cbb68602ad48c/travis.sh#L26...

@developerfab is correct. Both `openblas` and `lapack` and not properly symlinked to `/usr/local`. If you do `brew info openblas`, you get something like this: ``` openblas: stable 0.3.0 (bottled), HEAD...

@developerfab this pretty much does the same thing as the PR I submitted. Both provide location for openBLAS and LAPACK so that the compiler can link them. But this approach...

@prasunanand I believe this issue should be closed as boolean has been added.