Detailed Description
Definition in file simpleMatrix.H.
Go to the source code of this file.
Namespaces |
namespace | Foam |
| Namespace for OpenFOAM.
|
Functions |
template<class Type > |
Ostream & | operator<< (Ostream &, const simpleMatrix< Type > &) |
template<class Type > |
simpleMatrix< Type > | operator+ (const simpleMatrix< Type > &, const simpleMatrix< Type > &) |
template<class Type > |
simpleMatrix< Type > | operator- (const simpleMatrix< Type > &, const simpleMatrix< Type > &) |
template<class Type > |
simpleMatrix< Type > | operator* (const scalar, const simpleMatrix< Type > &) |