CARMA C++
Matrix.h File Reference
#include <iostream>
#include <cmath>
#include "carma/util/ErrorException.h"
#include "carma/services/Vector.h"

Go to the source code of this file.

Classes

class  carma::services::Matrix< type >
 This class handles standard mathematical matrix operations. More...
 
class  carma::services::Matrix< type >
 This class handles standard mathematical matrix operations. More...
 

Namespaces

module  carma
 IDL for bima Rx Control, inherits from antenna::common::RxControl.
 
 carma::services
 Auxiliary Services is intended to provide routines commonly needed for array control and observational planning.
 

Functions

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...
 

Detailed Description

Author
Erik Leitch
Id:
Matrix.h,v 1.8 2006/01/13 22:33:12 krauch Exp

Definition in file Matrix.h.