Also as I convert the list [1,2,3,4] to the piddle $u, can I get back a list (or a list of lists for a matrix) from $u?use PDL; my $u = pdl [1,2,3,4]; my $dim = 4; for(my $i=0; $i<$dim; $i++) { print $u->flat->index($i), "\n"; }
In reply to How to iterate through a PDL piddle? by arrac
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |