FreeFOAM The Cross-Platform CFD Toolkit
VectorSpace.H File Reference

Detailed Description

Definition in file VectorSpace.H.

+ Include dependency graph for VectorSpace.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VectorSpace< Form, Cmpt, nCmpt >
 Templated vector space. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

template<class Form , class Cmpt , int nCmpt>
Istream & operator>> (Istream &, VectorSpace< Form, Cmpt, nCmpt > &)
template<class Form , class Cmpt , int nCmpt>
Ostream & operator<< (Ostream &, const VectorSpace< Form, Cmpt, nCmpt > &)
template<class Form , class Cmpt , int nCmpt>
word name (const VectorSpace< Form, Cmpt, nCmpt > &)
 Return a string representation of a VectorSpace.