operator_cube_times.hpp File Reference

Go to the source code of this file.

Functions

template<typename T1 >
arma_inline const OpCube< T1,
op_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 OpCube< T1,
op_scalar_times
operator* (const OpCube< T1, op_scalar_times > &X, const typename T1::elem_type k)
 op * scalar, level 2
template<typename eT >
arma_inline Cube< eT > operator* (const OpCube< Cube< eT >, op_ones_full > &X, const eT k)
 OpCube<cube,op_ones_full> * scalar.
template<typename T1 >
arma_inline const OpCube< T1,
op_scalar_times
operator* (const typename T1::elem_type k, const BaseCube< typename T1::elem_type, T1 > &X)
 scalar * Base
template<typename eT >
arma_inline Cube< eT > operator* (const eT k, const OpCube< Cube< eT >, op_ones_full > &X)
 scalar * OpCube<cube,op_ones_full>