template struct cv::cudev::MakeVec<double, 4>

#include <vec_traits.hpp>

template <>
struct MakeVec<double, 4>
{
    // typedefs

    typedef double4 type;
};