Functions
operator_cube_minus.hpp File Reference

Go to the source code of this file.

Functions

template<typename T1 >
arma_inline const eOpCube< T1, eop_negoperator- (const BaseCube< typename T1::elem_type, T1 > &X)
 unary - More...
 
template<typename T1 >
arma_inline const T1 & operator- (const eOpCube< T1, eop_neg > &X)
 cancellation of two consecutive negations: -(-T1) More...
 
template<typename T1 >
arma_inline const eOpCube< T1, eop_scalar_minus_postoperator- (const BaseCube< typename T1::elem_type, T1 > &X, const typename T1::elem_type k)
 BaseCube - scalar. More...
 
template<typename T1 >
arma_inline const eOpCube< T1, eop_scalar_minus_preoperator- (const typename T1::elem_type k, const BaseCube< typename T1::elem_type, T1 > &X)
 scalar - BaseCube More...
 
template<typename T1 >
arma_inline const mtOpCube< typename std::complex< typename T1::pod_type >, T1, op_cx_scalar_minus_preoperator- (const std::complex< typename T1::pod_type > &k, const BaseCube< typename T1::pod_type, T1 > &X)
 complex scalar - non-complex BaseCube (experimental) More...
 
template<typename T1 >
arma_inline const mtOpCube< typename std::complex< typename T1::pod_type >, T1, op_cx_scalar_minus_postoperator- (const BaseCube< typename T1::pod_type, T1 > &X, const std::complex< typename T1::pod_type > &k)
 non-complex BaseCube - complex scalar (experimental) More...
 
template<typename T1 , typename T2 >
arma_inline const eGlueCube< T1, T2, eglue_minusoperator- (const BaseCube< typename T1::elem_type, T1 > &X, const BaseCube< typename T1::elem_type, T2 > &Y)
 subtraction of BaseCube objects with same element type More...
 
template<typename T1 , typename T2 >
const mtGlueCube< typename promote_type< typename T1::elem_type, typename T2::elem_type >::result, T1, T2, glue_mixed_minusoperator- (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 More...
 


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