make_circulant.cpp.entry 145 Bytes Edit Raw Blame History 1 2 3 4 5 template <class ArgType> Circulant<ArgType> makeCirculant(const Eigen::MatrixBase<ArgType>& arg) { return Circulant<ArgType>(arg.derived()); }