Compute maximum order for Mathieu array functions correctly
The maximum order for Mathieu array functions is the sum of the minimum order and the size, less 1. The -1 was missing but is necessary because the orders given are inclusive; without it, random memory faults occur.
Please register or sign in to comment