Sha256: 1f2f8ddb8e9d8c5154132a33c7a3b8607c6015fa5b0f42528c66e61ab8ad225f

Contents?: true

Size: 759 Bytes

Versions: 5

Compression:

Stored size: 759 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 - 2014, Ruby Science Foundation
# NMatrix is Copyright (c) 2012 - 2014, John Woods and the 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
#
# == nmatrix.rb
#
# This file is a stub that only loads the main NMatrix file.
#

require 'nmatrix/nmatrix.rb'

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
pnmatrix-1.2.4 lib/nmatrix.rb
nmatrix-0.2.4 lib/nmatrix.rb
nmatrix-0.2.3 lib/nmatrix.rb
nmatrix-0.2.1 lib/nmatrix.rb
nmatrix-0.2.0 lib/nmatrix.rb