-
Hi, I am trying to compile from source, but I get a bunch of errors for seemingly missing files. Here's my output for `rake compile --trace`
```
** Invoke compile (first_time)
** Invoke compile:u…
-
Implement Random Engine generators
-
**OS: Ubuntu 17.10
Ruby -v : ruby 2.3.3p222 (2016-11-21) [x86_64-linux-gnu]
NMATRIX (0.2.4)**
HI , For some reason i am getting a segmentation fault in my code
At first i thought that i waas do…
ghost updated
5 years ago
-
Hi,
Thanks for the amazing library for machine learning. I think it is one of best machine learning tool which provide Ruby wrapper.
Since GSoC Org application has been opened and deadline is c…
-
**Bug Report**
I am unable to *rake compile* the given gem file
**To Reproduce**
Just the normal installation of dependencies, and cloning of files with *git clone*
**Expected Behavior**
…
ghost updated
3 years ago
-
I am getting error in building the library when I use `rake compile` command
```
install -c tmp/universal.x86_64-darwin18/nmatrix/2.3.7/nmatrix.bundle lib//nmatrix.bundle
cp tmp/universal.x86_64-…
-
In my pull-request #530 the following failure is occurred and it is not related to that pull-request.
https://travis-ci.org/SciRuby/nmatrix/jobs/145353918#L3456-L3465
```
1) math elementwise math …
-
```
[1] pry(main)> n = NMatrix.new [2, 4], [1, 2, 3, 4, 5, 6, -7, 0]
=>
[2] pry(main)> n[0,0]
=> 1.0
[3] pry(main)> n[1,3]
=> 0.0
[4] pry(main)> n[1,2]
=> -7.0
[5] pry(main)> n = NMatrix.new…