Functions | |
template<typename T1 > | |
arma_inline const eOp< T1, eop_acos > | acos (const Base< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOpCube< T1, eop_acos > | acos (const BaseCube< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOp< T1, eop_acosh > | acosh (const Base< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOpCube< T1, eop_acosh > | acosh (const BaseCube< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOp< T1, eop_asin > | asin (const Base< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOpCube< T1, eop_asin > | asin (const BaseCube< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOp< T1, eop_asinh > | asinh (const Base< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOpCube< T1, eop_asinh > | asinh (const BaseCube< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOp< T1, eop_atan > | atan (const Base< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOpCube< T1, eop_atan > | atan (const BaseCube< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOp< T1, eop_atanh > | atanh (const Base< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOpCube< T1, eop_atanh > | atanh (const BaseCube< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOp< T1, eop_cos > | cos (const Base< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOpCube< T1, eop_cos > | cos (const BaseCube< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOp< T1, eop_cosh > | cosh (const Base< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOpCube< T1, eop_cosh > | cosh (const BaseCube< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOp< T1, eop_sin > | sin (const Base< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOpCube< T1, eop_sin > | sin (const BaseCube< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOp< T1, eop_sinh > | sinh (const Base< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOpCube< T1, eop_sinh > | sinh (const BaseCube< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOp< T1, eop_tan > | tan (const Base< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOpCube< T1, eop_tan > | tan (const BaseCube< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOp< T1, eop_tanh > | tanh (const Base< typename T1::elem_type, T1 > &A) |
template<typename T1 > | |
arma_inline const eOpCube< T1, eop_tanh > | tanh (const BaseCube< typename T1::elem_type, T1 > &A) |
arma_inline const eOp<T1, eop_acos> acos | ( | const Base< typename T1::elem_type, T1 > & | A | ) |
Definition at line 57 of file fn_trig.hpp.
arma_inline const eOpCube<T1, eop_acos> acos | ( | const BaseCube< typename T1::elem_type, T1 > & | A | ) |
Definition at line 69 of file fn_trig.hpp.
arma_inline const eOp<T1, eop_acosh> acosh | ( | const Base< typename T1::elem_type, T1 > & | A | ) |
Definition at line 111 of file fn_trig.hpp.
arma_inline const eOpCube<T1, eop_acosh> acosh | ( | const BaseCube< typename T1::elem_type, T1 > & | A | ) |
Definition at line 123 of file fn_trig.hpp.
arma_inline const eOp<T1, eop_asin> asin | ( | const Base< typename T1::elem_type, T1 > & | A | ) |
Definition at line 165 of file fn_trig.hpp.
arma_inline const eOpCube<T1, eop_asin> asin | ( | const BaseCube< typename T1::elem_type, T1 > & | A | ) |
Definition at line 177 of file fn_trig.hpp.
arma_inline const eOp<T1, eop_asinh> asinh | ( | const Base< typename T1::elem_type, T1 > & | A | ) |
Definition at line 219 of file fn_trig.hpp.
arma_inline const eOpCube<T1, eop_asinh> asinh | ( | const BaseCube< typename T1::elem_type, T1 > & | A | ) |
Definition at line 231 of file fn_trig.hpp.
arma_inline const eOp<T1, eop_atan> atan | ( | const Base< typename T1::elem_type, T1 > & | A | ) |
Definition at line 273 of file fn_trig.hpp.
arma_inline const eOpCube<T1, eop_atan> atan | ( | const BaseCube< typename T1::elem_type, T1 > & | A | ) |
Definition at line 285 of file fn_trig.hpp.
arma_inline const eOp<T1, eop_atanh> atanh | ( | const Base< typename T1::elem_type, T1 > & | A | ) |
Definition at line 327 of file fn_trig.hpp.
arma_inline const eOpCube<T1, eop_atanh> atanh | ( | const BaseCube< typename T1::elem_type, T1 > & | A | ) |
Definition at line 339 of file fn_trig.hpp.
arma_inline const eOp<T1, eop_cos> cos | ( | const Base< typename T1::elem_type, T1 > & | A | ) |
Definition at line 30 of file fn_trig.hpp.
arma_inline const eOpCube<T1, eop_cos> cos | ( | const BaseCube< typename T1::elem_type, T1 > & | A | ) |
Definition at line 42 of file fn_trig.hpp.
arma_inline const eOp<T1, eop_cosh> cosh | ( | const Base< typename T1::elem_type, T1 > & | A | ) |
Definition at line 84 of file fn_trig.hpp.
arma_inline const eOpCube<T1, eop_cosh> cosh | ( | const BaseCube< typename T1::elem_type, T1 > & | A | ) |
Definition at line 96 of file fn_trig.hpp.
arma_inline const eOp<T1, eop_sin> sin | ( | const Base< typename T1::elem_type, T1 > & | A | ) |
Definition at line 138 of file fn_trig.hpp.
arma_inline const eOpCube<T1, eop_sin> sin | ( | const BaseCube< typename T1::elem_type, T1 > & | A | ) |
Definition at line 150 of file fn_trig.hpp.
arma_inline const eOp<T1, eop_sinh> sinh | ( | const Base< typename T1::elem_type, T1 > & | A | ) |
Definition at line 192 of file fn_trig.hpp.
arma_inline const eOpCube<T1, eop_sinh> sinh | ( | const BaseCube< typename T1::elem_type, T1 > & | A | ) |
Definition at line 204 of file fn_trig.hpp.
arma_inline const eOp<T1, eop_tan> tan | ( | const Base< typename T1::elem_type, T1 > & | A | ) |
Definition at line 246 of file fn_trig.hpp.
arma_inline const eOpCube<T1, eop_tan> tan | ( | const BaseCube< typename T1::elem_type, T1 > & | A | ) |
Definition at line 258 of file fn_trig.hpp.
arma_inline const eOp<T1, eop_tanh> tanh | ( | const Base< typename T1::elem_type, T1 > & | A | ) |
Definition at line 300 of file fn_trig.hpp.
arma_inline const eOpCube<T1, eop_tanh> tanh | ( | const BaseCube< typename T1::elem_type, T1 > & | A | ) |
Definition at line 312 of file fn_trig.hpp.