Definition in file simpleMatrix.H.
#include "src/OpenFOAM/matrices/scalarMatrices/scalarMatrices.H"
Include dependency graph for simpleMatrix.H:Go to the source code of this file.
Classes | |
| class | simpleMatrix< Type > |
| A simple square matrix solver with scalar coefficients. More...
| |
Namespaces | |
| namespace | 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 > &) |