MFEM  v4.6.0
Finite element discretization library
Classes | Namespaces | Functions
auto.hpp File Reference

Go to the source code of this file.

Classes

struct  mfem::AutoSIMD< scalar_t, S, align_bytes_ >
 

Namespaces

 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)