id summary reporter owner description type status milestone component version severity resolution keywords cc 9150 multiprecision doesn't work with element_prod of boost::numeric::ublas yaoyuan1216@… John Maddock "Consider {{{ #include #include #include #include int main(){ typedef boost::multiprecision::cpp_rational Type; boost::numeric::ublas::vector a(3, 1), b(3); b(0) = 0; b(1) = Type(-3, 4); b(2) = 2; std::cout<<""a = ""<