FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

DiagonalMatrix.H File Reference


Detailed Description

Definition in file DiagonalMatrix.H.

#include "src/OpenFOAM/containers/Lists/List/List.H"
Include dependency graph for DiagonalMatrix.H:

Go to the source code of this file.

Classes

class  DiagonalMatrix< Type >
 DiagonalMatrix<Type> is a 2D diagonal matrix of objects of type Type, size nxn. More...

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

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