-
Hello.
I found some strange behavior of Numo::Bit.
Is this some kind of bug?
## Step to reproduce
Create a Numo::Bit object.
```ruby
b = Numo::Bit.ones(1,2)
```
Call `to_string`. The…
-
When I use Ubuntu Xenial, Numo::Linalg.svd raises RuntimeError because it cannot resolve the symbol `LAPACKE_dgesvd`.
As I investigated `libopenblas.so`, I found that the library has `dgesvd_` but …
-
This is a feedback from Cumo implementation.
https://speakerdeck.com/sonots/fast-numerical-computing-and-deep-learning-in-ruby-with-cumo?slide=42
Numo:
```
irb(main):015:0> a = Numo::Int32.new…
-
Hi @masa16,
I'm trying to build `narray` latest version and last previous 3 releases with
```
Ruby-2.6.1
GCC-9.1.0
```
but all fails.
I've pasted build logs from Spack package manager
…
-
Extconf uses `Dir.exists?` which was removed in Ruby 3.2 ([ruby-lang issue](https://bugs.ruby-lang.org/issues/17391))
https://github.com/SciRuby/nmatrix/blob/beb266ed1ae56206af73f8f94bf9956213f9997b/…
-
In Numo, advanced indexing returns a view of a Numo NArray.
```
irb(main):007:0> a = Numo::Int32.new(3,4).seq
=> Numo::Int32#shape=[3,4]
[[0, 1, 2, 3],
[4, 5, 6, 7],
[8, 9, 10, 11]]
irb(mai…
-
I use [xmonad WM](https://github.com/xmonad/xmonad). I am new to kmonad, now trying to adapt my config to my new keyboard layout.
My xmonad config tries to catch å ä ö to take some action:
```
…
-
Any interest in updating this Gem? For example, there is a newer array library https://rubygems.org/gems/numo-narray/versions/0.9.1.9
-
Hi, looks interesting. However, when I gave the example file a go, I get this:
~~~
>> ruby gru.rb
"a1 is ============"
Numo::DFloat#shape=[8,5]
[[-0.292547, -0.0390668, 0.178961, -0.169989, -0…
-
This should be done after https://github.com/0xdevalias/devalias.net/pull/86 is merged.
> Even when we removed Jekyll's `--lsi` option, [the site build](https://github.com/0xdevalias/devalias.net/r…