Functions

fn_stddev.hpp File Reference

Go to the source code of this file.

Functions

template<typename T1 >
Mat< typename T1::pod_type > stddev (const Base< typename T1::elem_type, T1 > &X, const u32 norm_type=0, const u32 dim=0)
template<typename eT >
arma_warn_unused get_pod_type
< eT >::result 
stddev (const Row< eT > &A, const u32 norm_type=0)
 Immediate 'find the standard deviation of a row vector' operation.
template<typename eT >
arma_warn_unused get_pod_type
< eT >::result 
stddev (const Col< eT > &A, const u32 norm_type=0)
 Immediate 'find the standard deviation of a column vector' operation.
template<typename eT >
arma_warn_unused get_pod_type
< eT >::result 
stddev (const subview_row< eT > &A, const u32 norm_type=0)
 find the standard deviation of a subview_row
template<typename eT >
arma_warn_unused get_pod_type
< eT >::result 
stddev (const subview_col< eT > &A, const u32 norm_type=0)
 find the standard deviation of a subview_col
template<typename eT >
arma_warn_unused get_pod_type
< eT >::result 
stddev (const diagview< eT > &A, const u32 norm_type=0)
 find the standard deviation of a diagview