[Scilab-users] sparse hypermatrix definition

2014-12-19 Thread David Chèze
Hi all,

I wonder whether there's an smart way in Scilab to define sparse hypermatrix
(at least dim 3) as it is done with the function sparse() for dim 2?

Thanks for your help, 

David 



--
View this message in context: 
http://mailinglists.scilab.org/sparse-hypermatrix-definition-tp4031554.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at 
Nabble.com.
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] sparse hypermatrix definition

2014-12-19 Thread Serge Steer

There is no already built function to do that, but it cannot be very difficult 
using an mlist data structure which contains the index of non zero elements ans 
the non values. The amount of work  mainly depends on what you want to do with 
it .

Serge Steer
- Mail original -
> De: "David Chèze" 
> À: users@lists.scilab.org
> Envoyé: Vendredi 19 Décembre 2014 15:58:57
> Objet: [Scilab-users] sparse hypermatrix definition
> 
> Hi all,
> 
> I wonder whether there's an smart way in Scilab to define sparse hypermatrix
> (at least dim 3) as it is done with the function sparse() for dim 2?
> 
> Thanks for your help,
> 
> David
> 
> 
> 
> --
> View this message in context:
> http://mailinglists.scilab.org/sparse-hypermatrix-definition-tp4031554.html
> Sent from the Scilab users - Mailing Lists Archives mailing list archive at
> Nabble.com.
> ___
> users mailing list
> users@lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
> 
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users