RubyGems Navigation menu

octave-ruby 1.0.3

USAGE: require ‘octave’ engine = Octave::Engine.new engine.eval "123.456 * 789.101112" engine.rand(10) matrix = Octave::Matrix.new(20, 400) 20.times { |m| 400.times { |n| matrix[m, n] = rand } } engine.put_variable("m", matrix) engine.save "/tmp/20_x_400_matrix" == REQUIREMENTS: * Octave * GCC or some other compiler to build the included extension * Mocha (For testing only)

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 2.0.3 - January 29, 2013 (33 ko)
  2. 2.0.2 - January 21, 2013 (35 ko)
  3. 2.0.1 - November 09, 2012 (35 ko)
  4. 2.0.0 - November 08, 2012 (35 ko)
  5. 1.0.9 - December 30, 2008* (34 ko)
  6. 1.0.3 - February 29, 2008* (33 ko)
Voir toutes les versions (14)

Dépendances de Runtime (1):

hoe >= 1.5.0

Propriétaires:

Auteurs:

  • Jonathan Younger

Total de contrôle SHA 256:

1eb738cc1c0eea2d358ec70709374b53aa1f770df6aa2d9d8ad4000a263fa2b8

Total de téléchargements 49 651

Pour cette version 3 475

License:

aucune

Version de Ruby requise: None

Liens: