Namespaces | Functions
Matrix.C File Reference
Include dependency graph for Matrix.C:

Go to the source code of this file.

Namespaces

 Foam
 

Functions

template<class Form , class Type >
const Type & max (const Matrix< Form, Type > &mat)
 
template<class Form , class Type >
const Type & min (const Matrix< Form, Type > &mat)
 
template<class Form , class Type >
MinMax< Type > minMax (const Matrix< Form, Type > &mat)
 
template<class Form , class Type >
Form operator- (const Matrix< Form, Type > &mat)
 
template<class Form1 , class Form2 , class Type >
Form1 operator+ (const Matrix< Form1, Type > &A, const Matrix< Form2, Type > &B)
 
template<class Form1 , class Form2 , class Type >
Form1 operator- (const Matrix< Form1, Type > &A, const Matrix< Form2, Type > &B)
 
template<class Form , class Type >
Form operator* (const Type &s, const Matrix< Form, Type > &mat)
 
template<class Form , class Type >
Form operator* (const Matrix< Form, Type > &mat, const Type &s)
 
template<class Form , class Type >
Form operator+ (const Type &s, const Matrix< Form, Type > &mat)
 
template<class Form , class Type >
Form operator+ (const Matrix< Form, Type > &mat, const Type &s)
 
template<class Form , class Type >
Form operator- (const Type &s, const Matrix< Form, Type > &mat)
 
template<class Form , class Type >
Form operator- (const Matrix< Form, Type > &mat, const Type &s)
 
template<class Form , class Type >
Form operator/ (const Matrix< Form, Type > &mat, const Type &s)
 
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 Form1 , class Form2 , class Type >
typeOfInnerProduct< Type, Form1, Form2 >::type operator& (const Matrix< Form1, Type > &AT, const Matrix< Form2, Type > &B)
 
template<class Form1 , class Form2 , class Type >
typeOfInnerProduct< Type, Form1, Form2 >::type operator^ (const Matrix< Form1, Type > &A, const Matrix< Form2, Type > &BT)
 

Detailed Description

Original source file Matrix.C

Definition in file Matrix.C.