CARMA C++
carma::services::Vector< T > Member List

This is the complete list of members for carma::services::Vector< T >, including all inherited members.

carma::services::operator<<(std::ostream &os, const Vector< type > &vec)carma::services::Vector< T >friend
carma::services::operator<<(std::ostringstream &os, const Vector< type > &vec)carma::services::Vector< T >friend
cross(const Vector< type > &vec)carma::services::Vector< T >
data_ (defined in carma::services::Vector< T >)carma::services::Vector< T >protected
magnitude()carma::services::Vector< T >
Matrix< type > classcarma::services::Vector< T >friend
nEl_carma::services::Vector< T >protected
operator*(const Vector< type > &vec)carma::services::Vector< T >
operator*(const type factor)carma::services::Vector< T >
operator+(const Vector< type > &vec)carma::services::Vector< T >
operator+(const type offset)carma::services::Vector< T >
operator-(const Vector< type > &vec)carma::services::Vector< T >
operator-(const type offset)carma::services::Vector< T >
operator/(const type factor)carma::services::Vector< T >
operator[](unsigned i)carma::services::Vector< T >
operator[](unsigned i) const (defined in carma::services::Vector< T >)carma::services::Vector< T >
resize(unsigned n)carma::services::Vector< T >
size() const carma::services::Vector< T >
Vector(unsigned n)carma::services::Vector< T >
Vector(unsigned n, type initializer)carma::services::Vector< T >
Vector(type el0, type el1, type el2)carma::services::Vector< T >
Vector(const Vector< type > &vec)carma::services::Vector< T >
Vector()carma::services::Vector< T >
~Vector()carma::services::Vector< T >virtual