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

Go to the source code of this file.

Data Structures

class  Matrix
 A templated 2D matrix of objects of <T>, where the n x m matrix dimensions are known and used for subscript bounds checking, etc. More...
 
class  DiagonalMatrix< Type >
 DiagonalMatrix<Type> is a 2D diagonal matrix of objects of type Type, size nxn. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class Type >
DiagonalMatrix< Type > inv (const DiagonalMatrix< Type > &)
 Return the diagonal Matrix inverse. More...
 

Detailed Description

Original source file DiagonalMatrix.H

Definition in file DiagonalMatrix.H.