Go to the source code of this file.
|
template<typename scalar_t , int S, int A> |
MFEM_ALWAYS_INLINE AutoSIMD< scalar_t, S, A > | mfem::operator+ (const scalar_t &e, const AutoSIMD< scalar_t, S, A > &v) |
|
template<typename scalar_t , int S, int A> |
MFEM_ALWAYS_INLINE AutoSIMD< scalar_t, S, A > | mfem::operator- (const scalar_t &e, const AutoSIMD< scalar_t, S, A > &v) |
|
template<typename scalar_t , int S, int A> |
MFEM_ALWAYS_INLINE AutoSIMD< scalar_t, S, A > | mfem::operator* (const scalar_t &e, const AutoSIMD< scalar_t, S, A > &v) |
|
template<typename scalar_t , int S, int A> |
MFEM_ALWAYS_INLINE AutoSIMD< scalar_t, S, A > | mfem::operator/ (const scalar_t &e, const AutoSIMD< scalar_t, S, A > &v) |
|