Lugdunum  0.1.0
Functions
ValArray.inl File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<size_t Size, typename T >
ValArray< Size, T > operator+ (const ValArray< Size, T > &lhs, const T &rhs)
 
template<size_t Size, typename T >
ValArray< Size, T > operator- (const ValArray< Size, T > &lhs, const T &rhs)
 
template<size_t Size, typename T >
ValArray< Size, T > operator* (const ValArray< Size, T > &lhs, const T &rhs)
 
template<size_t Size, typename T >
ValArray< Size, T > operator/ (const ValArray< Size, T > &lhs, const T &rhs)
 
template<size_t Size, typename T >
ValArray< Size, T > operator+ (const T &lhs, const ValArray< Size, T > &rhs)
 
template<size_t Size, typename T >
ValArray< Size, T > operator- (const T &lhs, const ValArray< Size, T > &rhs)
 
template<size_t Size, typename T >
ValArray< Size, T > operator* (const T &lhs, const ValArray< Size, T > &rhs)
 
template<size_t Size, typename T >
ValArray< Size, T > operator/ (const T &lhs, const ValArray< Size, T > &rhs)
 
template<size_t Size, typename T >
ValArray< Size, T > operator+ (const ValArray< Size, T > &lhs, const ValArray< Size, T > &rhs)
 
template<size_t Size, typename T >
ValArray< Size, T > operator- (const ValArray< Size, T > &lhs, const ValArray< Size, T > &rhs)
 
template<size_t Size, typename T >
ValArray< Size, T > operator* (const ValArray< Size, T > &lhs, const ValArray< Size, T > &rhs)
 
template<size_t Size, typename T >
ValArray< Size, T > operator/ (const ValArray< Size, T > &lhs, const ValArray< Size, T > &rhs)
 
template<size_t Size, typename T >
bool operator== (const ValArray< Size, T > &lhs, const ValArray< Size, T > &rhs)
 
template<size_t Size, typename T >
bool operator!= (const ValArray< Size, T > &lhs, const ValArray< Size, T > &rhs)
 

Function Documentation

◆ operator+() [1/3]

template<size_t Size, typename T >
ValArray<Size, T> operator+ ( const ValArray< Size, T > &  lhs,
const T &  rhs 
)
inline

Definition at line 122 of file ValArray.inl.

◆ operator-() [1/3]

template<size_t Size, typename T >
ValArray<Size, T> operator- ( const ValArray< Size, T > &  lhs,
const T &  rhs 
)
inline

Definition at line 133 of file ValArray.inl.

◆ operator*() [1/3]

template<size_t Size, typename T >
ValArray<Size, T> operator* ( const ValArray< Size, T > &  lhs,
const T &  rhs 
)
inline

Definition at line 144 of file ValArray.inl.

◆ operator/() [1/3]

template<size_t Size, typename T >
ValArray<Size, T> operator/ ( const ValArray< Size, T > &  lhs,
const T &  rhs 
)
inline

Definition at line 155 of file ValArray.inl.

◆ operator+() [2/3]

template<size_t Size, typename T >
ValArray<Size, T> operator+ ( const T &  lhs,
const ValArray< Size, T > &  rhs 
)
inline

Definition at line 166 of file ValArray.inl.

◆ operator-() [2/3]

template<size_t Size, typename T >
ValArray<Size, T> operator- ( const T &  lhs,
const ValArray< Size, T > &  rhs 
)
inline

Definition at line 177 of file ValArray.inl.

◆ operator*() [2/3]

template<size_t Size, typename T >
ValArray<Size, T> operator* ( const T &  lhs,
const ValArray< Size, T > &  rhs 
)
inline

Definition at line 188 of file ValArray.inl.

◆ operator/() [2/3]

template<size_t Size, typename T >
ValArray<Size, T> operator/ ( const T &  lhs,
const ValArray< Size, T > &  rhs 
)
inline

Definition at line 199 of file ValArray.inl.

◆ operator+() [3/3]

template<size_t Size, typename T >
ValArray<Size, T> operator+ ( const ValArray< Size, T > &  lhs,
const ValArray< Size, T > &  rhs 
)
inline

Definition at line 211 of file ValArray.inl.

◆ operator-() [3/3]

template<size_t Size, typename T >
ValArray<Size, T> operator- ( const ValArray< Size, T > &  lhs,
const ValArray< Size, T > &  rhs 
)
inline

Definition at line 222 of file ValArray.inl.

◆ operator*() [3/3]

template<size_t Size, typename T >
ValArray<Size, T> operator* ( const ValArray< Size, T > &  lhs,
const ValArray< Size, T > &  rhs 
)
inline

Definition at line 233 of file ValArray.inl.

◆ operator/() [3/3]

template<size_t Size, typename T >
ValArray<Size, T> operator/ ( const ValArray< Size, T > &  lhs,
const ValArray< Size, T > &  rhs 
)
inline

Definition at line 244 of file ValArray.inl.

◆ operator==()

template<size_t Size, typename T >
bool operator== ( const ValArray< Size, T > &  lhs,
const ValArray< Size, T > &  rhs 
)
inline

Definition at line 255 of file ValArray.inl.

◆ operator!=()

template<size_t Size, typename T >
bool operator!= ( const ValArray< Size, T > &  lhs,
const ValArray< Size, T > &  rhs 
)
inline

Definition at line 260 of file ValArray.inl.