| Author |
Comment/Response |
Jelle
|
03/12/12 11:35am
Hello everyone!
Is there a possibility to use an array or List when using the Compile[] function? For example, I imagine a very simple function to look like:
myMean = Compile[{{array, _List}},
Total[array] / Length[array]]
But a _List doesn't exist, nor does an _Array or anything else I tried. Any suggestions?
Best,
Jelle
URL: , |
|