tables::column::dot
template <is_primitive_type P>
template<is_primitive_type P1>
auto column<P>::dot(const column<P1>& rhs) const
Returns the dot product of column with rhs.
template <is_primitive_type P>
template<is_primitive_type P1>
auto column<P>::dot(const column<P1>& rhs) const
Returns the dot product of column with rhs.