My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
gcp::util::Vector< type > Member List

This is the complete list of members for gcp::util::Vector< type >, including all inherited members.

add(Vector< type > vec) (defined in gcp::util::Vector< type >)gcp::util::Vector< type >
data_ (defined in gcp::util::Vector< type >)gcp::util::Vector< type >protected
gcp::util::operator<<(std::ostream &os, const Vector< type > &vec)gcp::util::Vector< type >friend
gcp::util::operator<<(std::ostringstream &os, const Vector< type > &vec)gcp::util::Vector< type >friend
magnitude()gcp::util::Vector< type >
Matrix< type > classgcp::util::Vector< type >friend
operator*(const Vector< type > &vec)gcp::util::Vector< type >
operator*(const type factor)gcp::util::Vector< type >
operator+(const Vector< type > &vec)gcp::util::Vector< type >
operator+(const type offset)gcp::util::Vector< type >
operator-(const Vector< type > &vec)gcp::util::Vector< type >
operator-(const type offset)gcp::util::Vector< type >
operator/(const type factor)gcp::util::Vector< type >
operator[](unsigned i)gcp::util::Vector< type >
push_back(type el) (defined in gcp::util::Vector< type >)gcp::util::Vector< type >
resize(unsigned n)gcp::util::Vector< type >inline
size()gcp::util::Vector< type >inline
Vector(unsigned n)gcp::util::Vector< type >
Vector(type el0, type el1, type el2)gcp::util::Vector< type >
Vector(const Vector< type > &vec)gcp::util::Vector< type >
Vector()gcp::util::Vector< type >
~Vector()gcp::util::Vector< type >virtual