CARMA C++
|
#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... | |
Definition in file Vector.h.