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

Detailed Description

Definition in file Matrix.H.

+ 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.

Classes

class  Matrix< Form, Type >
 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

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