op_stddev Class Reference
[Op_stddev]

Class for finding the standard deviation. More...

#include <op_stddev_proto.hpp>

List of all members.

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


Detailed Description

Class for finding the standard deviation.

Definition at line 20 of file op_stddev_proto.hpp.