forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
400 B
Text
7 lines
400 B
Text
NArray is an Numerical N-dimensional Array class. Supported element types are
|
|
1/2/4-byte Integer, single/double-precision Real/Complex, and Ruby Object. This
|
|
extension library incorporates fast calculation and easy manipulation of large
|
|
numerical arrays into the Ruby language. NArray has features similar to NumPy,
|
|
but NArray has vector and matrix subclasses.
|
|
|
|
WWW: http://rubygems.org/gems/narray/
|