|
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 Matrix< Form, Type > &) |
|
Original source file Matrix.H
Definition in file Matrix.H.