Functions
Fn_misc

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'. More...
 
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_sympdsympd (const Base< typename T1::elem_type, T1 > &X)
 

Detailed Description

Function Documentation

template<typename eT >
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.

template<typename T1 >
arma_warn_unused bool is_finite ( const Base< typename T1::elem_type, T1 > &  X)
inline

Definition at line 145 of file fn_misc.hpp.

template<typename T1 >
arma_warn_unused bool is_finite ( const BaseCube< typename T1::elem_type, T1 > &  X)
inline

Definition at line 163 of file fn_misc.hpp.

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 
)
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.

mat linspace ( const double  start,
const double  end,
const uword  num = 100u 
)
inline

Definition at line 89 of file fn_misc.hpp.

template<typename eT >
arma_float_only<eT>::result log_add ( eT  log_a,
eT  log_b 
)
inline

Definition at line 103 of file fn_misc.hpp.

template<typename T1 >
arma_inline Op<T1, op_sympd> sympd ( const Base< typename T1::elem_type, T1 > &  X)

Definition at line 180 of file fn_misc.hpp.



armadillo_matrix
Author(s):
autogenerated on Fri Apr 16 2021 02:31:59