<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>atcoder</author_name>
  <author_url>https://blog.hatena.ne.jp/atcoder/</author_url>
  <blog_title>AtCoderInfo</blog_title>
  <blog_url>https://info.atcoder.jp/</blog_url>
  <categories>
    <anon>集合関数</anon>
    <anon>XOR</anon>
    <anon>XOR 畳み込み</anon>
    <anon>Walsh-Hadamard 変換</anon>
    <anon>環</anon>
  </categories>
  <description>1. 概要 本記事では長さ $2 ^ N$ の列の XOR 畳み込みを求める問題を扱います． この問題は，整数列や実数列を対象とするような通常の状況では，Walsh-Hadamard 変換を用いて $\mathrm{O}(N\cdot 2 ^ N)$ 時間で求めることができます． Walsh-Hadamard 変換はその定義の定数倍にいくつかの流儀がありますが，いずれにせよこの計算方法には，数を $2$ やその累乗で割るという操作が含まれます．一方で，XOR 畳み込み自体は環演算のみ（つまり加算・減算・乗算のみ）で定義されるため，環演算のみを用いるアルゴリズムはないのかを考えるのも自然な問題で…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finfo.atcoder.jp%2Fentry%2Falgorithm_lectures%2Fdivision_free_xor_convolution&quot; title=&quot;XOR 畳み込み（除算なし） - AtCoderInfo&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn.user.blog.st-hatena.com/default_entry_og_image/158934417/1702097020779738</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2026-04-10 14:16:21</published>
  <title>XOR 畳み込み（除算なし）</title>
  <type>rich</type>
  <url>https://info.atcoder.jp/entry/algorithm_lectures/division_free_xor_convolution</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
