Interface class for calculating the S matrix and the s scale factor constituents. More...
#include <algorithms.hpp>
Interface class for calculating the S matrix and the s scale factor constituents.
The class uses the icpSiProducts
kernels to produce the products of deviations and then reduces them with the reduce_sum
kernel. For more details, look at the kernels' documentation.
icpSiProducts
kernels are available in kernels/icp_kernels.cl
, and the reduce_sum
kernel is available in kernels/reduce_kernels.cl
. C | configures the class for calculation of regular or weighted sums of products. |