Dag Sverre Seljebotn wrote:

> 
> a) Explain/dig up references about the C++ complex type.
> 
> b) Figure out how Boost++ does conversion of complex floating point (is
> it using the same type as in a)?)

Boost++?  What's that?

> 
> c) Figure out if it is guaranteed that it has the same memory layout as
> 
> struct { floattype real, imag; }
> 
> so that one can cast pointers as well as converting values.
> 

I am almost certain of this, although it would take time to dig up the 
standards.  I'm thinking this is guaranteed in c++0x?

> d) Help writing testcases
> 
> Dag Sverre


_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to