CARMA C++
Vector.h File Reference
#include "carma/util/ErrorException.h"
#include <cmath>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <vector>

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::Vector< T >
 This class handles standard mathematical vector operations. More...
 
class  carma::services::Vector< T >
 This class handles standard mathematical vector 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 >
std::ostream & carma::services::operator<< (std::ostream &os, const Vector< type > &vec)
 ...................................................................... More...
 
template<class type >
std::ostringstream & carma::services::operator<< (std::ostringstream &os, const Vector< type > &vec)
 Print out a vector. More...
 

Detailed Description

Author
Erik Leitch
Id:
Vector.h,v 1.10 2007/06/06 23:15:50 abeard Exp

Definition in file Vector.h.