Template Struct standard_deviation_add_impl::binary_function

Nested Relationships

This struct is a nested type of Struct standard_deviation_add_impl.

Struct Documentation

template<typename OutT>
struct binary_function

Calculates the mean for standard deviation

Param a:

1st argument

Param b:

2nd argument

Template Parameters:

OutT – The return type

Public Functions

__device__ __forceinline__ OutT operator()(const OutT &a, const OutT &b) const