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< Form, Type >
 A templated (m x n) matrix of objects of <T>. More...
 
class  ConstMatrixBlock< MatrixType >
 
class  MatrixBlock< MatrixType >
 A templated block of an (m x n) matrix of type <MatrixType>. More...
 
class  Matrix< Form, Type >
 A templated (m x n) matrix of objects of <T>. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class Form , class Type >
Istream & operator>> (Istream &, Matrix< Form, Type > &)
 
template<class Form , class Type >
Ostream & operator<< (Ostream &, const Matrix< Form, Type > &)
 
template<class Form , class Type >
const Type & max (const Matrix< Form, Type > &)
 
template<class Form , class Type >
const Type & min (const Matrix< Form, Type > &)
 
template<class Form , class Type >
Form operator- (const Matrix< Form, Type > &)
 
template<class Form , class Type >
Form operator+ (const Matrix< Form, Type > &, const Matrix< Form, Type > &)
 
template<class Form , class Type >
Form operator- (const Matrix< Form, Type > &, const Matrix< Form, Type > &)
 
template<class Form , class Type >
Form operator* (const scalar, const Matrix< Form, Type > &)
 
template<class Form , class Type >
Form operator* (const Matrix< Form, Type > &, const scalar)
 
template<class Form , class Type >
Form operator/ (const Matrix< Form, Type > &, const scalar)
 
template<class Form1 , class Form2 , class Type >
typeOfInnerProduct< Type, Form1, Form2 >::type operator* (const Matrix< Form1, Type > &a, const Matrix< Form2, Type > &b)
 
template<class Form , class Type >
tmp< Field< Type > > operator* (const Matrix< Form, Type > &, const Field< Type > &)
 

Detailed Description

Original source file Matrix.H

Definition in file Matrix.H.