

Go to the source code of this file.
Classes | |
| class | Matrix< Form, Type > |
| A templated (m x n) matrix of objects of <T>. The layout is (mRows x nCols) - row-major order: More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| template<class Form, class Type> | |
| Istream & | operator>> (Istream &is, Matrix< Form, Type > &mat) |
| Read Matrix from Istream, discarding contents of existing Matrix. | |
| template<class Form, class Type> | |
| Ostream & | operator<< (Ostream &os, const Matrix< Form, Type > &mat) |
| Write Matrix to Ostream, as per Matrix::writeMatrix() with default length, which is given by Foam::ListPolicy::short_length. | |