GTL::UncertainPtr GTL::operator*(UncertainPtr const & l,UncertainPtr const & r) { return UncertainPtr( new Multiplication(l,r) ); }