[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: rb-gsl: assigning to submatrices?

Yoshiki TSUNESADA

6/29/2005 1:00:00 AM

Hi,

> I would like to create a large GSL matrix (say 100 x 100), then
assign
> submatrices to each 10 x 10 piece of it. Does anyone know how to do
> this? I would like to avoid doing it entry by entry, and assinging
> rows or columns just doesn't make any sense. THanks!

At present no such operations are supported, since there are
no corresponding functions in GSL. But it is worthy to implement
in Ruby/GSL. Any suggestions are appreciated.

Yoshiki