MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
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)