Data Structures | Namespaces | Functions
Matrix.H File Reference
Include dependency graph for Matrix.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Matrix
 A templated 2D matrix of objects of <T>, where the n x m matrix dimensions are known and used for subscript bounds checking, etc. More...
 
class  Matrix
 A templated 2D matrix of objects of <T>, where the n x m matrix dimensions are known and used for subscript bounds checking, etc. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class Form , class Type >
Istream & operator>> (Istream &, Matrix< Form, Type > &)
 
template<class Form , class Type >
Ostream & operator<< (Ostream &, const Matrix< Form, Type > &)
 
template<class Form , class Type >
const Type & max (const Matrix< Form, Type > &)
 
template<class Form , class Type >
const Type & min (const Matrix< Form, Type > &)
 
template<class Form , class Type >
Form operator- (const Matrix< Form, Type > &)
 
template<class Form , class Type >
Form operator+ (const Matrix< Form, Type > &, const Matrix< Form, Type > &)
 
template<class Form , class Type >
Form operator- (const Matrix< Form, Type > &, const Matrix< Form, Type > &)
 
template<class Form , class Type >
Form operator* (const scalar, const Matrix< Form, Type > &)
 
template<class Form , class Type >
Form operator* (const Matrix< Form, Type > &, const Matrix< Form, Type > &)
 

Detailed Description

Original source file Matrix.H

Definition in file Matrix.H.