Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
ad3.h File Reference

Go to the source code of this file.

Classes

class  ad3_basic< T >
 
struct  float_traits< ad3_basic< T > >
 

Namespaces

namespace  rheolef
 This file is part of Rheolef.
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &os, const ad3_basic< T > &a)
 
template<class T , class U >
std::enable_if< details::is_rheolef_arithmetic< U >::value, ad3_basic< T > >::type operator+ (const U &a, const ad3_basic< T > &b)
 
template<class T , class U >
std::enable_if< details::is_rheolef_arithmetic< U >::value, ad3_basic< T > >::type operator+ (const ad3_basic< T > &a, const U &b)
 
template<class T , class U >
std::enable_if< details::is_rheolef_arithmetic< U >::value, ad3_basic< T > >::type operator- (const U &a, const ad3_basic< T > &b)
 
template<class T , class U >
std::enable_if< details::is_rheolef_arithmetic< U >::value, ad3_basic< T > >::type operator- (const ad3_basic< T > &a, const U &b)
 
template<class T , class U >
std::enable_if< details::is_rheolef_arithmetic< U >::value, ad3_basic< T > & >::type operator+= (ad3_basic< T > &a, const U &b)
 
template<class T , class U >
std::enable_if< details::is_rheolef_arithmetic< U >::value, ad3_basic< T > & >::type operator-= (ad3_basic< T > &a, const U &b)
 
template<class T , class U >
std::enable_if< details::is_rheolef_arithmetic< U >::value, ad3_basic< T > >::type operator* (const U &a, const ad3_basic< T > &b)
 
template<class T , class U >
std::enable_if< details::is_rheolef_arithmetic< U >::value, ad3_basic< T > >::type operator* (const ad3_basic< T > &a, const U &b)
 
template<class T , class U >
std::enable_if< details::is_rheolef_arithmetic< U >::value, ad3_basic< T > & >::type operator*= (ad3_basic< T > &a, const U &b)
 
template<class T , class U >
std::enable_if< details::is_rheolef_arithmetic< U >::value, ad3_basic< T > >::type operator/ (const U &a, const ad3_basic< T > &b)
 
template<class T , class U >
std::enable_if< details::is_rheolef_arithmetic< U >::value, ad3_basic< T > >::type operator/ (const ad3_basic< T > &a, const U &b)
 
template<class T , class U >
std::enable_if< details::is_rheolef_arithmetic< U >::value, ad3_basic< T > & >::type operator/= (ad3_basic< T > &a, const U &b)