-
Hi there, I was testing how dtype performed a while ago and I found that on my computer, the input below may cause the pry to crash. (You may paste these input directly twice into pry: for the first t…
-
There's no documentation for the functions on this page: http://sciruby.com/nmatrix/docs/NMatrix/LAPACK.html
However most of these functions have documentation in the source, see e.g. https://github.…
-
Is nmatrix compatible with rubinius? Following the installation guide on the wiki and using Ubuntu 14.04 and rubinius 2.5.2, the following error is occurring for me. When I use ruby 2.2.0, I am able t…
-
Does not appear to be related to the commit in question:
https://travis-ci.org/SciRuby/nmatrix/builds/229999418?utm_source=email&utm_medium=notification
-
When I try to install nmatrix on ubuntu 14.04, this is the error which I am receiving .
Could someone help me out.
gem install nmatrix
Building native extensions. This could take a while...
/us…
-
The code for this needs to be wrapped _in a separate gem_, probably to be called `nmatrix-cholmod`. It should be based, if possible on the following code:
http://www.cise.ufl.edu/research/sparse/chol…
-
Hey everyone,
I'd like to implement a norm method for `NMatrix` and would like to ask for your assistance.
How do you see the function? At the moment, here's what I think:
``` ruby
mat = NMatrix.new…
-
I did `bundle install` which completed successfully and now when I do `rake generate` I get the following error:
```ruby
## Generating Site with Jekyll
unchanged sass/screen.scss
Configuration f…
-
This issue is closely related to one of our GSoC 2016 ideas: https://github.com/SciRuby/sciruby/wiki/Google-Summer-of-Code-2016-Ideas#port-nmatrix-to-jruby
-
Using rbenv I have succesfully installed nmatrix on ruby 2.2.0.
However the installation fails on ruby 2.0.0-p247 with with following errors
See [here](https://www.dropbox.com/s/zvn9yjn18dq4ksr/gem_m…