Definition in file Matrix.H.
#include "src/OpenFOAM/primitives/bools/bool/bool.H"#include "src/OpenFOAM/primitives/ints/label/label.H"#include "src/OpenFOAM/primitives/ints/uLabel/uLabel.H"#include "src/OpenFOAM/containers/Lists/List/List.H"#include "src/OpenFOAM/memory/autoPtr/autoPtr.H"#include "src/OpenFOAM/matrices/Matrix/MatrixI.H"
Include dependency graph for Matrix.H: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 > &) |