matrix.rb

Path: lib/ode/matrix.rb  (CVS)
Last Update: Wed Jul 27 19:46:00 EDT 2005

This file contains the ODE::Matrix class. It’s just an elaboration of the Matrix class that comes with Ruby’s standard library.

Synopsis

  ODE::Matrix[row0,
              row1,
               :
              rown]

Authors

  • Michael Granger <ged@FaerieMUD.org>

Copyright © 2003 The FaerieMUD Consortium.

This work is licensed under the Creative Commons Attribution License. To view a copy of this license, visit creativecommons.org/licenses/by/1.0 or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.

Version

 $Id: matrix.rb 91 2005-07-27 23:45:01Z ged $

Required files

matrix  

[Validate]