Sha256: b0e32325efb00b5ac91e30006f7dd69a68211d015a624c967d9b530d040443fd
Contents?: true
Size: 853 Bytes
Versions: 1
Compression:
Stored size: 853 Bytes
Contents
#-- # = NMatrix # # A linear algebra library for scientific computation in Ruby. # NMatrix is part of SciRuby. # # NMatrix was originally inspired by and derived from NArray, by # Masahiro Tanaka: http://narray.rubyforge.org # # == Copyright Information # # SciRuby is Copyright (c) 2010 - 2013, Ruby Science Foundation # NMatrix is Copyright (c) 2013, Ruby Science Foundation # # Please see LICENSE.txt for additional copyright notices. # # == Contributing # # By contributing source code to SciRuby, you agree to be bound by # our Contributor Agreement: # # * https://github.com/SciRuby/sciruby/wiki/Contributor-Agreement #++ class NMatrix # Note that the format of the VERSION string is needed for NMatrix # native IO. If you change the format, please make sure that native # IO can still understand NMatrix::VERSION. VERSION = "0.0.5" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nmatrix-0.0.5 | lib/nmatrix/version.rb |