
Go to the source code of this file.
Classes | |
| class | innerProduct< Vector< Cmpt >, scalar > |
| Dummy innerProduct for scalar. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| template<class Cmpt> | |
| Vector< Cmpt > | lerp (const Vector< Cmpt > &a, const Vector< Cmpt > &b, const scalar t) |
| Linear interpolation of vectors a and b by factor t. | |
| template<class Cmpt> | |
| Cmpt | operator& (const Vector< Cmpt > &v1, const Vector< Cmpt > &v2) |
| template<class Cmpt> | |
| Vector< Cmpt > | operator^ (const Vector< Cmpt > &v1, const Vector< Cmpt > &v2) |
| template<class Cmpt> | |
| Vector< Cmpt > | operator* (const Cmpt &s, const Vector< Cmpt > &v) |
| template<class Cmpt> | |
| Vector< Cmpt > | operator* (const Vector< Cmpt > &v, const Cmpt &s) |