[#1816] Ruby 1.5.3 under Tru64 (Alpha)? — Clemens Hintze <clemens.hintze@...>

Hi all,

17 messages 2000/03/14

[#1989] English Ruby/Gtk Tutorial? — schneik@...

18 messages 2000/03/17

[#2241] setter() for local variables — ts <decoux@...>

18 messages 2000/03/29

[ruby-talk:01988] Re: Is Matrix in Ruby dynamically expandabl ?

From: Dave Thomas <Dave@...>
Date: 2000-03-17 19:21:25 UTC
List: ruby-talk #1988
"Dat Nguyen" <thucdat@hotmail.com> writes:

> Is Matrix in Ruby dynamically expandable rowwise & columnwise?
> How? In other words, is it possible to assign a value to a new element of a 
> matrix as follows:

The source of the Matric class is actually available in the '/lib'
directory of your distribution. Reading the documentation in that
file, it looks as if you'll need to create a new matrix, building it
from the row or column vectors of the original.

Regards


Dave

In This Thread

Prev Next