template Circulant makeCirculant(const Eigen::MatrixBase& arg) { return Circulant(arg.derived()); }