| |
|
|
|
|
First of all, thank you for the online mex file generator, it has proved really useful. My function is called millions of times during the simulation. If I could reduce it's time of processing, I would decrease significantly the time of processing for the whole algorithm.
|
| |
| |
De JM, 26 february 2010 à 11:18 |
|
|
| |
|
|
|
|
I've tried using your online mex file generator to generate a gateway for a simple fortran function that reorders the rows of a matrix given a vector "order". After adding my source code after the gateway, I get the following error:
In file reorder. F90:57
DOUBLE PRECISION D(*)
1
Error: Assumed size array at (1) must be a dummy argument
Any suggestions to fix this?
|
| |
| |
De JK, 26 february 2010 à 11:20 |
|
| |
|
|