Classes | Namespaces | Functions
RectangularMatrix.H File Reference
Include dependency graph for RectangularMatrix.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RectangularMatrix< Type >
 A templated 2D rectangular m x n matrix of objects of <Type>. More...
 
class  typeOfInnerProduct< Type, RectangularMatrix< Type >, RectangularMatrix< Type > >
 
class  typeOfInnerProduct< Type, RectangularMatrix< Type >, SquareMatrix< Type > >
 
class  typeOfInnerProduct< Type, SquareMatrix< Type >, RectangularMatrix< Type > >
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class Type >
RectangularMatrix< Type > outer (const Field< Type > &f1, const Field< Type > &f2)
 

Detailed Description

Original source file RectangularMatrix.H

Definition in file RectangularMatrix.H.