-
I attempted to merge in #347, but it looks like it's fallen way behind the current codebase. It needs some attention from an enthusiastic GSOC student.
-
The build is failing in 1.9.3 because it failed to install NMatrix gem. May be we should remove 1.9.3 support to make the build pass. What do you say @v0dro ?
-
Vector containing `nil`s can't be initialized using `:nmatrix` even though nmatrix supports `nil`'s.
``` ruby
[12] pry(main)> x = Daru::Vector.new [2, nil], dtype: :nmatrix
TypeError: no implicit con…
-
As the following excerpt shows, iruby installation is successful, id est
generally the system is set up properly.
ts2@linux-0fiz:~/tmp$ gem install iruby
Fetching: data_uri-0.1.0.gem (…
-
[NMatrix](https://github.com/SciRuby/nmatrix) is a library for linear algebra and computation in ruby. Most of the code is written in the form of a C/C++ extension and a Ruby interface is exposed for …
v0dro updated
7 years ago
-
From the root of the repository:
ruby -Ilib -r nmatrix -e "NMatrix.load_matlab_file(ARGV[0])" /path/to/file.mat
/Users/alyssa/.gem/ruby/2.4.0/gems/backports-3.6.8/lib/backports/1.8.7/fixnum/di…
-
Sorry, but the issue [426](https://github.com/SciRuby/nmatrix/issues/426) still exists.
I fail to install nmatrix on MacOS
`gem install nmatrix`
fails with error:
`compiling nmatrix.cpp
g+…
-
Hi Prasun, already an impressive proposal. I can see your experience of the last year has taught you a lot. I think that the workplan needs more substance. What I mean is that it is not clear to us wh…
-
compiling nmatrix.cpp
g++-4.8: warning: couldn't understand kern.osversion '15.3.0
In file included from /usr/local/Cellar/gcc48/4.8.3/lib/gcc/x86_64-apple-darwin14.0.0/4.8.3/include/c++/cstdint:35:0,…
-
The new jruby-head is unable to parse Gemfile correctly [link](https://travis-ci.org/SciRuby/nmatrix/jobs/198114642#L732). NMatrix has 4 different gemspecs. It is unable to load the Gemspec both on ma…