Memosa-FVM
0.2
|
#include "Vector.h"
Go to the source code of this file.
Classes | |
class | Gradient< T > |
Functions | |
template<class T > | |
ostream & | operator<< (ostream &os, const Gradient< T > &v) |
template<class T > | |
Gradient< T > | operator+ (const Gradient< T > &a, const Gradient< T > &b) |
template<class T > | |
Gradient< T > | operator* (const Gradient< T > &a, const typename NumTypeTraits< T >::T_Scalar &s) |
template<class T > | |
T | operator* (const Gradient< T > &a, const typename Gradient< T >::Coord &v) |
template<class T > | |
Gradient< T > | operator* (const Gradient< T > &a, const Gradient< T > &b) |
template<class T > | |
Gradient< T > | operator/ (const Gradient< T > &a, const typename NumTypeTraits< T >::T_Scalar &s) |
template<class T > | |
Gradient< T > | operator/ (const Gradient< T > &a, const int &s) |
template<class T > | |
Gradient< T > | operator- (const Gradient< T > &a) |
Gradient<T> operator* | ( | const Gradient< T > & | a, |
const typename NumTypeTraits< T >::T_Scalar & | s | ||
) |
Definition at line 219 of file Gradient.h.
Definition at line 226 of file Gradient.h.
Definition at line 234 of file Gradient.h.
Definition at line 212 of file Gradient.h.
Definition at line 256 of file Gradient.h.
Gradient<T> operator/ | ( | const Gradient< T > & | a, |
const typename NumTypeTraits< T >::T_Scalar & | s | ||
) |
Definition at line 241 of file Gradient.h.
Definition at line 249 of file Gradient.h.
|
inline |