Class for finding the standard deviation. More...
#include <op_stddev_proto.hpp>
Static Public Member Functions | |
| template<typename eT > | |
| static void | apply (Mat< eT > &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. | |
| template<typename T > | |
| static void | apply (Mat< T > &out, const Mat< std::complex< T > > &X, const u32 norm_type, const u32 dim) |
| implementation for complex numbers | |
Class for finding the standard deviation.
Definition at line 20 of file op_stddev_proto.hpp.