Thanks everybody for the advances ... let me now having a look on it

Paul

-----Message d'origine-----
De : users [mailto:users-boun...@lists.scilab.org] De la part de Dang, 
Christophe
Envoyé : mardi 22 octobre 2013 15:29
À : International users mailing list for Scilab.
Objet : Re: [Scilab-users] Advice from Scilab community

> In the second case, I'm afraid you'll have to sort the matrix...

Or you might generate a hashcode for every row, that is not sensitive to the 
order of the elements.

You spend time computing this hashcode,
but it makes the search faster because you only have to scan one value, and 
then discriminate the false results (collisions).

A very simple, and probably not so efficient, solution would be to compute the 
sum of every line.

You should investigate which solution is "less worse".

--
Christophe Dang Ngoc Chan
Mechanical calculation engineer

______________________________________________________________________

This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error), please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden.
______________________________________________________________________
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users
--------------------------------------------------------------------------------


Le présent mail et ses pièces jointes sont confidentiels et destinés à la 
personne ou aux personnes visée(s) ci-dessus. Si vous avez reçu cet e-mail par 
erreur, veuillez contacter immédiatement l'expéditeur et effacer le message de 
votre système. Toute divulgation, copie ou distribution de cet e-mail est 
strictement interdite.

This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error, please contact the sender and delete the 
email from your system. If you are not the named addressee you should not 
disseminate, distribute or copy this email.

_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to