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

namespace  Foam
 Namespace for OpenFOAM.
 

Functions

template<class Form , class Type >
tmp< Field< Type > > operator* (const Matrix< Form, Type > &mat, const UList< Type > &x)
 Matrix-vector multiplication (A * x), where x is a column vector. More...
 
template<class Form , class Type , class Addr >
tmp< Field< Type > > operator* (const Matrix< Form, Type > &mat, const IndirectListBase< Type, Addr > &x)
 Matrix-vector multiplication (A * x), where x is a column vector. More...
 
template<class Form , class Type >
tmp< Field< Type > > operator* (const UList< Type > &x, const Matrix< Form, Type > &mat)
 Vector-Matrix multiplication (x * A), where x is a row vector. More...
 
template<class Form , class Type , class Addr >
tmp< Field< Type > > operator* (const IndirectListBase< Type, Addr > &x, const Matrix< Form, Type > &mat)
 Vector-Matrix multiplication (x * A), where x is a row vector. More...
 

Detailed Description

Original source file MatrixI.H

Definition in file MatrixI.H.