Struct standard_deviation_add_impl¶
Defined in File AgentLoggingConfig_Reductions.cuh
Nested Relationships¶
Nested Types¶
Struct Documentation¶
-
struct standard_deviation_add_impl¶
standard_deviation_add_impl is a manual expansion of FLAMEGPU_CUSTOM_REDUCTION() This is required, so that the instance definition can be extern’d, as it is placed in a header
-
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
-
template<typename OutT>