Loading...
Searching...
No Matches
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.

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>
Istreamoperator>> (Istream &is, Matrix< Form, Type > &mat)
 Read Matrix from Istream, discarding contents of existing Matrix.
template<class Form, class Type>
Ostreamoperator<< (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.

Detailed Description

Original source file Matrix.H

Definition in file Matrix.H.