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

Detailed Description

Definition in file simpleMatrix.H.

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

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 > &)