Class for finding the standard deviation. More...
#include <op_stddev_proto.hpp>
Static Public Member Functions | |
template<typename eT > | |
static void | apply (Mat< typename get_pod_type< eT >::result > &out, const Mat< eT > &X, const u32 norm_type, const u32 dim) |
//! For each row or for each column, find the standard deviation. //! The result is stored in a dense matrix that has either one column or one row. //! The dimension for which the standard deviations are found is set via the stddev() function. |
Class for finding the standard deviation.
Definition at line 21 of file op_stddev_proto.hpp.