Sha256: fe553c93549e2ec323edc6d6525a4adfdba4ab9600effbecba27f045a639ba13

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.6"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nmatrix-0.0.6 lib/nmatrix/version.rb