

Go to the source code of this file.
Classes | |
| class | simpleMatrix< Type > |
| A simple square matrix solver with scalar coefficients. More... | |
| class | simpleMatrix< Type > |
| A simple square matrix solver with scalar coefficients. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class Type > | |
| Ostream & | operator<< (Ostream &, const simpleMatrix< Type > &) |
| template<class Type > | |
| simpleMatrix< Type > | operator+ (const simpleMatrix< Type > &, const simpleMatrix< Type > &) |
| template<class Type > | |
| simpleMatrix< Type > | operator- (const simpleMatrix< Type > &, const simpleMatrix< Type > &) |
| template<class Type > | |
| simpleMatrix< Type > | operator* (const scalar, const simpleMatrix< Type > &) |
Original source file simpleMatrix.H
Definition in file simpleMatrix.H.
1.8.11