|
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 > &) |
|