MFEM v4.7.0
Finite element discretization library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
auto.hpp File Reference

Go to the source code of this file.

Classes

struct  mfem::AutoSIMD< typename, int, int >
 

Namespaces

namespace  mfem
 

Functions

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)