Post Reply 
Programming challenges: processing vectors and matrices
02-17-2019, 08:56 PM (This post was last modified: 02-17-2019 08:57 PM by pier4r.)
Post: #9
RE: Programming challenges: processing vectors and matrices
Interesting, it seems that "parallel processing" between vectors is not possible (or I am doing it wrong).

For example this is possible between lists in RPL.
{ 0 1 2 } { 1 2 3 } <

instead
[ 0 1 2 ] [ 1 2 3 ] <
seems not directly possible. Maybe there is another way but at the moment I do not know it.

In the case it wouldn't be there, that would be a major obstacle to pass as the parallel processing (available for lists) is quite neat.

Wikis are great, Contribute :)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Programming challenges: processing vectors and matrices - pier4r - 02-17-2019 08:56 PM



User(s) browsing this thread: 1 Guest(s)