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 >
Istream & operator>> (Istream &is, Matrix< Form, Type > &mat)
 Read Matrix from Istream, discarding contents of existing Matrix. More...
 
template<class Form , class Type >
Ostream & operator<< (Ostream &os, const Matrix< Form, Type > &mat)
 

Detailed Description

Original source file Matrix.H

Definition in file Matrix.H.