Tagged Questions
3
votes
1answer
239 views
Explanation on why Compile statement works only if input and output sizes work
I found the following code:
Compile[{{m, _Real, 2}}, Fourier[m]][Table[N[i - j], {i, 4}, {j, 4}]]
which doesn't work correctly. But the following was posted as a ...