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

#include <vec_traits.hpp>

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

    typedef double3 type;
};