Classes | Namespaces | Functions
simpleMatrix.H File Reference
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...
 
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 > &)
 

Detailed Description

Original source file simpleMatrix.H

Definition in file simpleMatrix.H.