User Portlet User Portlet

Discussions
Currently, I have the following structure: Function1 = Interpolation[Flatten[MATRIX, 1]];I then call the function at some point as Function1[x,y]This all works well. Later on, I do: [code]Function2 = Compile[ STUFF Table...