Your first problem is that your posted code doesn't compile. You have unbalanced parens and mismatched curlies:
if (grep { $$self{Matrix}[$row_index][$_] != $$other{Matrix}[$$mapping +[$row_index]][$$mapping[$_]]); } (0..$#$mapping)); ( { + ^ } ( ))
What are the dimensions of your matrices and the mapping array?
In reply to Re: Optimization Help
by BrowserUk
in thread Optimization Help
by jmmitc06
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |