Functions | |
template<typename T1 , typename T2 > | |
arma_inline const eGlueCube < T1, T2, eglue_schur > | operator% (const BaseCube< typename T1::elem_type, T1 > &X, const BaseCube< typename T1::elem_type, T2 > &Y) |
element-wise multiplication 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_schur > | 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) |
element-wise multiplication of BaseCube objects with different element types |
arma_inline const eGlueCube<T1, T2, eglue_schur> operator% | ( | const BaseCube< typename T1::elem_type, T1 > & | X, |
const BaseCube< typename T1::elem_type, T2 > & | Y | ||
) |
element-wise multiplication of BaseCube objects with same element type
Definition at line 26 of file operator_cube_schur.hpp.
const mtGlueCube<typename promote_type<typename T1::elem_type, typename T2::elem_type>::result, T1, T2, glue_mixed_schur> 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] |
element-wise multiplication of BaseCube objects with different element types
Definition at line 43 of file operator_cube_schur.hpp.