Classes | Namespaces | Functions
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
 A templated (m x n) matrix of objects of <T>. The layout is (mRows x nCols) - row-major order: More...
 
class  ConstMatrixBlock< MatrixType >
 
class  MatrixBlock
 A templated block of an (m x n) matrix of type <MatrixType>. More...
 
class  Matrix
 A templated (m x n) matrix of objects of <T>. The layout is (mRows x nCols) - row-major order: More...
 

Namespaces

 Foam
 

Functions

template<class Form , class Type >
Istream & operator>> (Istream &is, Matrix< Form, Type > &mat)
 
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.