$search
Functions | |
template<typename T1 > | |
T1::pod_type | arma_mat_norm_1 (const Proxy< T1 > &A) |
template<typename T1 > | |
T1::pod_type | arma_mat_norm_2 (const Proxy< T1 > &A) |
template<typename T1 > | |
T1::pod_type | arma_mat_norm_inf (const Proxy< T1 > &A) |
template<typename T1 > | |
arma_hot T1::pod_type | arma_vec_norm_1 (const Proxy< T1 > &A) |
template<typename T1 > | |
arma_hot T1::pod_type | arma_vec_norm_2 (const Proxy< T1 > &A, const typename arma_cx_only< typename T1::elem_type >::result *junk=0) |
template<typename T1 > | |
arma_hot T1::pod_type | arma_vec_norm_2 (const Proxy< T1 > &A, const typename arma_not_cx< typename T1::elem_type >::result *junk=0) |
template<typename T1 > | |
arma_hot T1::pod_type | arma_vec_norm_k (const Proxy< T1 > &A, const int k) |
template<typename T1 > | |
arma_hot T1::pod_type | arma_vec_norm_max (const Proxy< T1 > &A) |
template<typename T1 > | |
arma_hot T1::pod_type | arma_vec_norm_min (const Proxy< T1 > &A) |
template<typename T1 > | |
arma_warn_unused T1::pod_type | norm (const Base< typename T1::elem_type, T1 > &X, const char *method, const typename arma_float_or_cx_only< typename T1::elem_type >::result *junk=0) |
template<typename T1 > | |
arma_warn_unused T1::pod_type | norm (const Base< typename T1::elem_type, T1 > &X, const uword k, const typename arma_float_or_cx_only< typename T1::elem_type >::result *junk=0) |
T1::pod_type arma_mat_norm_1 | ( | const Proxy< T1 > & | A | ) | [inline] |
Definition at line 318 of file fn_norm.hpp.
T1::pod_type arma_mat_norm_2 | ( | const Proxy< T1 > & | A | ) | [inline] |
Definition at line 337 of file fn_norm.hpp.
T1::pod_type arma_mat_norm_inf | ( | const Proxy< T1 > & | A | ) | [inline] |
Definition at line 358 of file fn_norm.hpp.
arma_hot T1::pod_type arma_vec_norm_1 | ( | const Proxy< T1 > & | A | ) | [inline] |
Definition at line 23 of file fn_norm.hpp.
arma_hot T1::pod_type arma_vec_norm_2 | ( | const Proxy< T1 > & | A, | |
const typename arma_cx_only< typename T1::elem_type >::result * | junk = 0 | |||
) | [inline] |
Definition at line 150 of file fn_norm.hpp.
arma_hot T1::pod_type arma_vec_norm_2 | ( | const Proxy< T1 > & | A, | |
const typename arma_not_cx< typename T1::elem_type >::result * | junk = 0 | |||
) | [inline] |
Definition at line 81 of file fn_norm.hpp.
arma_hot T1::pod_type arma_vec_norm_k | ( | const Proxy< T1 > & | A, | |
const int | k | |||
) | [inline] |
Definition at line 193 of file fn_norm.hpp.
arma_hot T1::pod_type arma_vec_norm_max | ( | const Proxy< T1 > & | A | ) | [inline] |
Definition at line 241 of file fn_norm.hpp.
arma_hot T1::pod_type arma_vec_norm_min | ( | const Proxy< T1 > & | A | ) | [inline] |
Definition at line 280 of file fn_norm.hpp.
arma_warn_unused T1::pod_type norm | ( | const Base< typename T1::elem_type, T1 > & | X, | |
const char * | method, | |||
const typename arma_float_or_cx_only< typename T1::elem_type >::result * | junk = 0 | |||
) | [inline] |
Definition at line 445 of file fn_norm.hpp.
arma_warn_unused T1::pod_type norm | ( | const Base< typename T1::elem_type, T1 > & | X, | |
const uword | k, | |||
const typename arma_float_or_cx_only< typename T1::elem_type >::result * | junk = 0 | |||
) | [inline] |
Definition at line 379 of file fn_norm.hpp.