scalar_product_traits is missing some specializations
Submitted by Hauke Heibel
Assigned to Nobody
Link to original bugzilla bug (#91)
Version: 3.0
Description
For the error description please take a look at the attachment which holds my compiler output.
I think we are hitting a new compiler issue. What is happening is totally strange since even though the Inverse.cpp unit test works initially with float types only, suddenly a mixture of
Eigen::internal::scalar_product_traits<double,float>
is instantiated.