Chris Colbert wrote:
> and within that loop it is these statements that take the bulk of the time:
> 
> F = ((f1**2)**(1/e2) + (f2**2)**(1/e2))**(e2/e1) + (f3**2)**(1/e1)
> 
> temperr = (C4 * (F**(e1) - 1))**2
              ^^

This variable doesn't appear anywhere in the quoted
Cython code. Did you declare it as a C variable?

-- 
Greg
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to