#include <iostream>
#include <cmath>
#include "gcp/util/common/Exception.h"
#include "gcp/util/common/LogStream.h"
#include "gcp/util/common/Vector.h"
Go to the source code of this file.
|
template<class type > |
std::ostream & | gcp::util::operator<< (std::ostream &os, Matrix< type > &mat) |
|
template<class type > |
std::ostringstream & | gcp::util::operator<< (std::ostringstream &os, Matrix< type > &mat) |
|
template<class type > |
Vector< type > | gcp::util::operator* (Vector< type > &vec, Matrix< type > &mat) |
|
template<class type > |
Matrix< type > | gcp::util::operator* (unsigned fac, Matrix< type > &mat) |
|
template<class type > |
Matrix< type > | gcp::util::operator* (int fac, Matrix< type > &mat) |
|
template<class type > |
Matrix< type > | gcp::util::operator* (float fac, Matrix< type > &mat) |
|
template<class type > |
Matrix< type > | gcp::util::operator* (double fac, Matrix< type > &mat) |
|
Tagged: Tue May 4 09:51:00 PDT 2004
- Author
- Erik Leitch