Boost logo

Ublas :

Subject: Re: [ublas] [bindings] Complex-type pointer-conversion error
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2009-01-16 11:28:06


> Anyone seen this error already? Thanks, Rutger

I would say you forgot to pass the pointer through complex_ptr when calling the lapack function. complex_ptr does a reinterpret_cast,
because there is no other way from a boost::numeric::bindings::traits::complex_f* to a const float __complex__*.