Re: array type casting problem in scipy.interpolate



The routine requires real arrays, and you are giving it one complex
one. It does not know what to do with the complex array. What are you
expecting it to do? If you need the real and imaginary parts to be
separately interpolated, then split the complex array into two real
arrays and use the routine twice.

.



Relevant Pages

  • base in C^n
    ... I have a vector from C^n (a complex array of n elements). ... I find an orthonormal basis of C^n which contains my vector? ... Thanks, Ion ... Prev by Date: ...
    (comp.soft-sys.matlab)
  • Re: array type casting problem in scipy.interpolate
    ... It does not know what to do with the complex array. ... > expecting it to do? ... Alex ... Prev by Date: ...
    (comp.lang.python)