Functions | |
template<typename eT > | |
arma_inline arma_warn_unused bool | is_finite (const eT x, const typename arma_scalar_only< eT >::result *junk=0) |
template<typename T1 > | |
arma_warn_unused bool | is_finite (const Base< typename T1::elem_type, T1 > &X) |
template<typename T1 > | |
arma_warn_unused bool | is_finite (const BaseCube< typename T1::elem_type, T1 > &X) |
template<typename vec_type > | |
vec_type | linspace (const typename vec_type::pod_type start, const typename vec_type::pod_type end, const uword num=100u, const typename arma_Mat_Col_Row_only< vec_type >::result *junk=0) |
Generate a vector with 'num' elements. The values of the elements linearly increase from 'start' upto (and including) 'end'. | |
mat | linspace (const double start, const double end, const uword num=100u) |
template<typename eT > | |
arma_float_only< eT >::result | log_add (eT log_a, eT log_b) |
template<typename T1 > | |
arma_inline Op< T1, op_sympd > | sympd (const Base< typename T1::elem_type, T1 > &X) |
arma_inline arma_warn_unused bool is_finite | ( | const eT | x, |
const typename arma_scalar_only< eT >::result * | junk = 0 |
||
) |
Definition at line 132 of file fn_misc.hpp.
arma_warn_unused bool is_finite | ( | const Base< typename T1::elem_type, T1 > & | X | ) | [inline] |
Definition at line 145 of file fn_misc.hpp.
arma_warn_unused bool is_finite | ( | const BaseCube< typename T1::elem_type, T1 > & | X | ) | [inline] |
Definition at line 163 of file fn_misc.hpp.
vec_type linspace | ( | const typename vec_type::pod_type | start, |
const typename vec_type::pod_type | end, | ||
const uword | num = 100u , |
||
const typename arma_Mat_Col_Row_only< vec_type >::result * | junk = 0 |
||
) | [inline] |
Generate a vector with 'num' elements. The values of the elements linearly increase from 'start' upto (and including) 'end'.
Definition at line 27 of file fn_misc.hpp.
Definition at line 89 of file fn_misc.hpp.
arma_float_only<eT>::result log_add | ( | eT | log_a, |
eT | log_b | ||
) | [inline] |
Definition at line 103 of file fn_misc.hpp.
arma_inline Op<T1, op_sympd> sympd | ( | const Base< typename T1::elem_type, T1 > & | X | ) |
Definition at line 180 of file fn_misc.hpp.