Functions
Fn_stddev

Functions

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

Detailed Description

Function Documentation

template<typename T1 >
const mtOp<typename T1::pod_type, T1, op_stddev> stddev ( const Base< typename T1::elem_type, T1 > &  X,
const uword  norm_type = 0,
const uword  dim = 0 
)
inline

Definition at line 22 of file fn_stddev.hpp.

template<typename eT >
arma_warn_unused get_pod_type<eT>::result stddev ( const Row< eT > &  A,
const uword  norm_type = 0 
)
inline

Immediate 'find the standard deviation of a row vector' operation.

Definition at line 36 of file fn_stddev.hpp.

template<typename eT >
arma_warn_unused get_pod_type<eT>::result stddev ( const Col< eT > &  A,
const uword  norm_type = 0 
)
inline

Immediate 'find the standard deviation of a column vector' operation.

Definition at line 54 of file fn_stddev.hpp.

template<typename eT >
arma_warn_unused get_pod_type<eT>::result stddev ( const subview_row< eT > &  A,
const uword  norm_type = 0 
)
inline

find the standard deviation of a subview_row

Definition at line 72 of file fn_stddev.hpp.

template<typename eT >
arma_warn_unused get_pod_type<eT>::result stddev ( const subview_col< eT > &  A,
const uword  norm_type = 0 
)
inline

find the standard deviation of a subview_col

Definition at line 88 of file fn_stddev.hpp.

template<typename eT >
arma_warn_unused get_pod_type<eT>::result stddev ( const diagview< eT > &  A,
const uword  norm_type = 0 
)
inline

find the standard deviation of a diagview

Definition at line 104 of file fn_stddev.hpp.

template<typename eT , typename T1 >
arma_warn_unused get_pod_type<eT>::result stddev ( const subview_elem1< eT, T1 > &  A,
const uword  norm_type = 0 
)
inline

Definition at line 119 of file fn_stddev.hpp.



armadillo_matrix
Author(s):
autogenerated on Fri Apr 16 2021 02:32:00