|
| template<class type > |
| Vector< type > | carma::services::operator* (Vector< type > &vec, Matrix< type > &mat) |
| | Define a vector left-multiplication operator. More...
|
| |
| template<class type > |
| Matrix< type > | carma::services::operator* (unsigned fac, Matrix< type > &mat) |
| | Define a generic left-multiplication operator. More...
|
| |
|
template<class type > |
| Matrix< type > | carma::services::operator* (int fac, Matrix< type > &mat) |
| |
|
template<class type > |
| Matrix< type > | carma::services::operator* (float fac, Matrix< type > &mat) |
| |
|
template<class type > |
| Matrix< type > | carma::services::operator* (double fac, Matrix< type > &mat) |
| |
| template<class type > |
| std::ostream & | carma::services::operator<< (std::ostream &os, Matrix< type > &mat) |
| | Print out a matrix to a stream. More...
|
| |
| template<class type > |
| std::ostringstream & | carma::services::operator<< (std::ostringstream &os, Matrix< type > &mat) |
| | Print out a matrix to an ostringstream. More...
|
| |
- Author
- Erik Leitch
- Id:
- Matrix.h,v 1.8 2006/01/13 22:33:12 krauch Exp
Definition in file Matrix.h.