Go to the source code of this file.
Functions | |
template<typename T1 > | |
arma_inline const eOpCube< T1, eop_cube_scalar_times > | 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_cube_scalar_times > | operator* (const typename T1::elem_type k, const BaseCube< typename T1::elem_type, T1 > &X) |
scalar * BaseCube |