Registry / utility / numo-narray

numo-narray

JSON →
library0.9.2.1rbrubygemsunverified

Numo::NArray is an N-dimensional array library for Ruby/Numo, similar to NumPy.

gem install numo-narray
INSTALL
IMPORT
SIG · NUMO-NARRAY
N
numo-narray
utilityrubyv0.9.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Numo::NArray
require 'numo/narray'

Create N-dimensional arrays and perform element-wise operations.

require 'numo/narray' a = Numo::NArray.new(3, 3).fill(1) b = Numo::NArray.new(3, 3).fill(2) c = a + b
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.2.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
numo-narray — gem install numo-narray · libregistry