$search
Go to the source code of this file.
Functions | |
| template<typename T1 , typename T2 > | |
| const mtGlueCube< typename promote_type< typename T1::elem_type, typename T2::elem_type >::result, T1, T2, glue_mixed_plus > | operator+ (const BaseCube< typename force_different_type< typename T1::elem_type, typename T2::elem_type >::T1_result, T1 > &X, const BaseCube< typename force_different_type< typename T1::elem_type, typename T2::elem_type >::T2_result, T2 > &Y) |
| addition of BaseCube objects with different element types | |
| template<typename T1 , typename T2 > | |
| arma_inline const eGlueCube < T1, T2, eglue_plus > | operator+ (const BaseCube< typename T1::elem_type, T1 > &X, const BaseCube< typename T1::elem_type, T2 > &Y) |
| addition of BaseCube objects with same element type | |
| template<typename T1 > | |
| arma_inline const mtOpCube < typename std::complex < typename T1::pod_type >, T1, op_cx_scalar_plus > | operator+ (const std::complex< typename T1::pod_type > &k, const BaseCube< typename T1::pod_type, T1 > &X) |
| complex scalar + non-complex BaseCube (experimental) | |
| template<typename T1 > | |
| arma_inline const mtOpCube < typename std::complex < typename T1::pod_type >, T1, op_cx_scalar_plus > | operator+ (const BaseCube< typename T1::pod_type, T1 > &X, const std::complex< typename T1::pod_type > &k) |
| non-complex BaseCube + complex scalar (experimental) | |
| template<typename T1 > | |
| arma_inline const eOpCube< T1, eop_scalar_plus > | operator+ (const typename T1::elem_type k, const BaseCube< typename T1::elem_type, T1 > &X) |
| scalar + BaseCube | |
| template<typename T1 > | |
| arma_inline const eOpCube< T1, eop_scalar_plus > | operator+ (const BaseCube< typename T1::elem_type, T1 > &X, const typename T1::elem_type k) |
| BaseCube + scalar. | |
| template<typename T1 > | |
| arma_inline const BaseCube < typename T1::elem_type, T1 > & | operator+ (const BaseCube< typename T1::elem_type, T1 > &X) |
| unary plus operation (does nothing, but is required for completeness) | |