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

Go to the source code of this file.

Namespaces

 Foam
 

Functions

template<class Form , class Type >
tmp< Field< Type > > operator* (const Matrix< Form, Type > &mat, const UList< Type > &x)
 
template<class Form , class Type , class Addr >
tmp< Field< Type > > operator* (const Matrix< Form, Type > &mat, const IndirectListBase< Type, Addr > &x)
 
template<class Form , class Type >
tmp< Field< Type > > operator* (const UList< Type > &x, const Matrix< Form, Type > &mat)
 
template<class Form , class Type , class Addr >
tmp< Field< Type > > operator* (const IndirectListBase< Type, Addr > &x, const Matrix< Form, Type > &mat)
 

Detailed Description

Original source file MatrixI.H

Definition in file MatrixI.H.