, including all inherited members.
cross(const Vector &v) const | Vector< dataType, sumType > | [inline] |
dot(const Vector &v) const | Vector< dataType, sumType > | [inline] |
empty() | Vector< dataType, sumType > | [inline] |
getSize() const | Vector< dataType, sumType > | [inline] |
insert(const size_t index, const dataType value) | Vector< dataType, sumType > | [inline] |
norm() const | Vector< dataType, sumType > | [inline] |
operator!=(const Vector &v) const | Vector< dataType, sumType > | [inline] |
operator*(const Vector &v) const | Vector< dataType, sumType > | [inline] |
operator*(const dataType &s) const | Vector< dataType, sumType > | [inline] |
operator*=(const dataType &s) | Vector< dataType, sumType > | [inline] |
operator+(const Vector &v) const | Vector< dataType, sumType > | [inline] |
operator+(const dataType &s) const | Vector< dataType, sumType > | [inline] |
operator+=(const Vector &v) | Vector< dataType, sumType > | [inline] |
operator-(const Vector &v) const | Vector< dataType, sumType > | [inline] |
operator-() const | Vector< dataType, sumType > | [inline] |
operator-=(const Vector &v) | Vector< dataType, sumType > | [inline] |
operator/(const dataType &s) const | Vector< dataType, sumType > | [inline] |
operator/(const Vector &v) const | Vector< dataType, sumType > | [inline] |
operator/=(const dataType &s) | Vector< dataType, sumType > | [inline] |
operator=(const Vector &v) | Vector< dataType, sumType > | [inline] |
operator==(const Vector &v) const | Vector< dataType, sumType > | [inline] |
operator[](const size_t &index) const | Vector< dataType, sumType > | [inline] |
operator[](const size_t &index) | Vector< dataType, sumType > | [inline] |
pop_front() | Vector< dataType, sumType > | [inline] |
print(Stream &serial=Serial, const char *msg="", size_t format=0) const | Vector< dataType, sumType > | [inline] |
push_back(const dataType &value) | Vector< dataType, sumType > | [inline] |
push_back(const Vector &vector) | Vector< dataType, sumType > | [inline] |
range(const size_t &start, const size_t &stop) const | Vector< dataType, sumType > | [inline] |
remove(const size_t &index) | Vector< dataType, sumType > | [inline] |
selfTest(Stream &serial=Serial) | Vector< dataType, sumType > | [inline, static] |
setSize(const size_t &n) | Vector< dataType, sumType > | [inline] |
sum(const size_t &start=0, const int &end=-1) const | Vector< dataType, sumType > | [inline] |
sumFletcher(uint8_t &CK_A, uint8_t &CK_B, const size_t &start=0, const int &end=-1) const | Vector< dataType, sumType > | [inline] |
toArray() const | Vector< dataType, sumType > | [inline] |
toFloat() const | Vector< dataType, sumType > | [inline] |
unit() const | Vector< dataType, sumType > | [inline] |
Vector(const size_t &size=0, const size_t &extraAllocationSize=0) | Vector< dataType, sumType > | [inline] |
Vector(const dataType &a, const dataType &b, const dataType &c) | Vector< dataType, sumType > | [inline] |
Vector(const dataType *array, const size_t &size, const size_t &extraAllocationSize=0) | Vector< dataType, sumType > | [inline] |
Vector(const Vector &v) | Vector< dataType, sumType > | [inline] |
~Vector() | Vector< dataType, sumType > | [inline, virtual] |