void Stokhos::PseudoSpectralOrthogPolyExpansion<ordinal_type, value_type, point_compare_type, node_type>:: pow(Stokhos::OrthogPolyApprox<ordinal_type, value_type, node_type>& c, const Stokhos::OrthogPolyApprox<ordinal_type, value_type, node_type>& a, const value_type& b) { binary_op(pow_quad_func(), c, a, b); }
void Stokhos::QuadOrthogPolyExpansion<ordinal_type, value_type>:: pow(Stokhos::OrthogPolyApprox<ordinal_type, value_type>& c, const Stokhos::OrthogPolyApprox<ordinal_type, value_type>& a, const value_type& b) { binary_op(pow_quad_func(), c, a, b); }