RubyGems Navigation menu

octave-ruby 1.0.6

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:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 2.0.3 - January 29, 2013 (33 KB)
  2. 2.0.2 - January 21, 2013 (35 KB)
  3. 2.0.1 - November 09, 2012 (35 KB)
  4. 2.0.0 - November 08, 2012 (35 KB)
  5. 1.0.9 - December 30, 2008* (34 KB)
  6. 1.0.6 - September 07, 2008* (33 KB)
Show all versions (14 total)

Development Dependencies (1):

hoe >= 1.7.0

Owners:

Authors:

  • Jonathan Younger

SHA 256 checksum:

b562f2a1077537b8e34f2b5e9e47f20f5721983b8065b8f64154a0a20c6b296d

Total downloads 49,558

For this version 3,505

Licenses:

N/A

Required Ruby Version: None

Links: