My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
Matrix.h File Reference
#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.

Classes

class  gcp::util::Matrix< type >
 
class  gcp::util::Matrix< type >
 

Functions

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)
 

Detailed Description

Tagged: Tue May 4 09:51:00 PDT 2004

Author
Erik Leitch