Functions | |
template<typename T1 > | |
arma_inline const eOpCube< T1, eop_neg > | operator- (const BaseCube< typename T1::elem_type, T1 > &X) |
unary - | |
template<typename T1 > | |
arma_inline const T1 & | operator- (const eOpCube< T1, eop_neg > &X) |
cancellation of two consecutive negations: -(-T1) | |
template<typename T1 > | |
arma_inline const eOpCube< T1, eop_scalar_minus_post > | operator- (const BaseCube< typename T1::elem_type, T1 > &X, const typename T1::elem_type k) |
BaseCube - scalar. | |
template<typename T1 > | |
arma_inline const eOpCube< T1, eop_scalar_minus_pre > | operator- (const typename T1::elem_type k, const BaseCube< typename T1::elem_type, T1 > &X) |
scalar - BaseCube | |
template<typename T1 > | |
arma_inline const mtOpCube < typename std::complex < typename T1::pod_type >, T1, op_cx_scalar_minus_pre > | 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_minus_post > | 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 , typename T2 > | |
arma_inline const eGlueCube < T1, T2, eglue_minus > | operator- (const BaseCube< typename T1::elem_type, T1 > &X, const BaseCube< typename T1::elem_type, T2 > &Y) |
subtraction of BaseCube objects with same element type | |
template<typename T1 , typename T2 > | |
const mtGlueCube< typename promote_type< typename T1::elem_type, typename T2::elem_type >::result, T1, T2, glue_mixed_minus > | 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) |
subtraction of BaseCube objects with different element types |
arma_inline const eOpCube<T1, eop_neg> operator- | ( | const BaseCube< typename T1::elem_type, T1 > & | X | ) |
unary -
Definition at line 24 of file operator_cube_minus.hpp.
arma_inline const T1& operator- | ( | const eOpCube< T1, eop_neg > & | X | ) |
cancellation of two consecutive negations: -(-T1)
Definition at line 40 of file operator_cube_minus.hpp.
arma_inline const eOpCube<T1, eop_scalar_minus_post> operator- | ( | const BaseCube< typename T1::elem_type, T1 > & | X, |
const typename T1::elem_type | k | ||
) |
BaseCube - scalar.
Definition at line 56 of file operator_cube_minus.hpp.
arma_inline const eOpCube<T1, eop_scalar_minus_pre> operator- | ( | const typename T1::elem_type | k, |
const BaseCube< typename T1::elem_type, T1 > & | X | ||
) |
scalar - BaseCube
Definition at line 73 of file operator_cube_minus.hpp.
arma_inline const mtOpCube<typename std::complex<typename T1::pod_type>, T1, op_cx_scalar_minus_pre> operator- | ( | const std::complex< typename T1::pod_type > & | k, |
const BaseCube< typename T1::pod_type, T1 > & | X | ||
) |
complex scalar - non-complex BaseCube (experimental)
Definition at line 90 of file operator_cube_minus.hpp.
arma_inline const mtOpCube<typename std::complex<typename T1::pod_type>, T1, op_cx_scalar_minus_post> operator- | ( | const BaseCube< typename T1::pod_type, T1 > & | X, |
const std::complex< typename T1::pod_type > & | k | ||
) |
non-complex BaseCube - complex scalar (experimental)
Definition at line 107 of file operator_cube_minus.hpp.
arma_inline const eGlueCube<T1, T2, eglue_minus> operator- | ( | const BaseCube< typename T1::elem_type, T1 > & | X, |
const BaseCube< typename T1::elem_type, T2 > & | Y | ||
) |
subtraction of BaseCube objects with same element type
Definition at line 124 of file operator_cube_minus.hpp.
const mtGlueCube<typename promote_type<typename T1::elem_type, typename T2::elem_type>::result, T1, T2, glue_mixed_minus> 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 | ||
) | [inline] |
subtraction of BaseCube objects with different element types
Definition at line 141 of file operator_cube_minus.hpp.