void Stokhos::PseudoSpectralOrthogPolyExpansion<ordinal_type, value_type, point_compare_type, node_type>:: acos(Stokhos::OrthogPolyApprox<ordinal_type, value_type, node_type>& c, const Stokhos::OrthogPolyApprox<ordinal_type, value_type, node_type>& a) { unary_op(acos_quad_func(), c, a); }
void Stokhos::QuadOrthogPolyExpansion<ordinal_type, value_type>:: acos(Stokhos::OrthogPolyApprox<ordinal_type, value_type>& c, const Stokhos::OrthogPolyApprox<ordinal_type, value_type>& a) { unary_op(acos_quad_func(), c, a); }