| DD-AVX
    2.0.0
    | 
#include <DD-AVX_internal.hpp>Go to the source code of this file.
| Functions | |
| dd_real | operator+ (const dd_real a, const dd_real_vector_ref b) | 
| dd_real | operator+ (const double a, const dd_real_vector_ref b) | 
| dd_real | operator- (const dd_real a, const dd_real_vector_ref b) | 
| dd_real | operator- (const double a, const dd_real_vector_ref b) | 
| dd_real | operator* (const dd_real a, const dd_real_vector_ref b) | 
| dd_real | operator* (const double a, const dd_real_vector_ref b) | 
| dd_real | operator/ (const dd_real a, const dd_real_vector_ref b) | 
| dd_real | operator/ (const double a, const dd_real_vector_ref b) | 
| dd_real operator+ | ( | const dd_real | a, | 
| const dd_real_vector_ref | b | ||
| ) | 
Definition at line 4 of file dd_real_vector_ref.cpp.
| dd_real operator+ | ( | const double | a, | 
| const dd_real_vector_ref | b | ||
| ) | 
Definition at line 10 of file dd_real_vector_ref.cpp.
| dd_real operator- | ( | const dd_real | a, | 
| const dd_real_vector_ref | b | ||
| ) | 
Definition at line 17 of file dd_real_vector_ref.cpp.
| dd_real operator- | ( | const double | a, | 
| const dd_real_vector_ref | b | ||
| ) | 
Definition at line 23 of file dd_real_vector_ref.cpp.
| dd_real operator* | ( | const dd_real | a, | 
| const dd_real_vector_ref | b | ||
| ) | 
Definition at line 30 of file dd_real_vector_ref.cpp.
| dd_real operator* | ( | const double | a, | 
| const dd_real_vector_ref | b | ||
| ) | 
Definition at line 36 of file dd_real_vector_ref.cpp.
| dd_real operator/ | ( | const dd_real | a, | 
| const dd_real_vector_ref | b | ||
| ) | 
Definition at line 43 of file dd_real_vector_ref.cpp.
| dd_real operator/ | ( | const double | a, | 
| const dd_real_vector_ref | b | ||
| ) | 
Definition at line 49 of file dd_real_vector_ref.cpp.