as_col() | TooN::Vector< Size, Precision, Base > | |
as_diagonal() | TooN::Vector< Size, Precision, Base > | |
as_row() | TooN::Vector< Size, Precision, Base > | |
diagmult(const Vector< Size > &lhs, const Vector< Size > &rhs) | TooN::Vector< Size, Precision, Base > | [related] |
operator *(const Vector< Size > &lhs, double rhs) | TooN::Vector< Size, Precision, Base > | [related] |
operator *(double lhs, const Vector< Size > &rhs) | TooN::Vector< Size, Precision, Base > | [related] |
operator *(const Vector< Size > &lhs, const Vector< Size > &rhs) | TooN::Vector< Size, Precision, Base > | [related] |
operator *=(const Precision &rhs) | TooN::Vector< Size, Precision, Base > | |
operator *=(const Vector< Size > &lhs, const double &rhs) | TooN::Vector< Size, Precision, Base > | [related] |
operator!=(const Vector< Size2, Precision2, Base2 > &rhs) | TooN::Vector< Size, Precision, Base > | |
operator+(const Vector< Size > &lhs, const Vector< Size > &rhs) | TooN::Vector< Size, Precision, Base > | [related] |
operator+=(const Vector< Size2, Precision2, Base2 > &rhs) | TooN::Vector< Size, Precision, Base > | |
operator+=(const Operator< Op > &op) | TooN::Vector< Size, Precision, Base > | |
operator+=(Vector< Size > &lhs, const Vector< Size > &rhs) | TooN::Vector< Size, Precision, Base > | [related] |
operator-(const Vector< Size > &v) | TooN::Vector< Size, Precision, Base > | [related] |
operator-(const Vector< Size > &lhs, const Vector< Size > &rhs) | TooN::Vector< Size, Precision, Base > | [related] |
operator-=(const Operator< Op > &op) (defined in TooN::Vector< Size, Precision, Base >) | TooN::Vector< Size, Precision, Base > | |
operator-=(const Vector< Size2, Precision2, Base2 > &rhs) | TooN::Vector< Size, Precision, Base > | |
operator-=(Vector< Size > &lhs, const Vector< Size > &rhs) | TooN::Vector< Size, Precision, Base > | [related] |
operator/(const Vector< Size > &lhs, double rhs) | TooN::Vector< Size, Precision, Base > | [related] |
operator/=(const Precision &rhs) | TooN::Vector< Size, Precision, Base > | |
operator/=(const Vector< Size > &lhs, const double &rhs) | TooN::Vector< Size, Precision, Base > | [related] |
operator=(const Vector &from) | TooN::Vector< Size, Precision, Base > | |
operator=(const Vector< Size2, Precision2, Base2 > &from) | TooN::Vector< Size, Precision, Base > | |
operator=(const Operator< Op > &op) | TooN::Vector< Size, Precision, Base > | |
operator==(const Vector< Size2, Precision2, Base2 > &rhs) | TooN::Vector< Size, Precision, Base > | |
operator[](int i) | TooN::Vector< Size, Precision, Base > | |
operator[](int i) const | TooN::Vector< Size, Precision, Base > | |
operator^(const Vector< 3 > &lhs, const Vector< 3 > &rhs) | TooN::Vector< Size, Precision, Base > | [related] |
ref() | TooN::Vector< Size, Precision, Base > | |
size() const | TooN::Vector< Size, Precision, Base > | |
slice() const | TooN::Vector< Size, Precision, Base > | |
slice() | TooN::Vector< Size, Precision, Base > | |
slice() const | TooN::Vector< Size, Precision, Base > | |
slice() | TooN::Vector< Size, Precision, Base > | |
Vector() | TooN::Vector< Size, Precision, Base > | |
Vector(int size_in) | TooN::Vector< Size, Precision, Base > | |
Vector(Precision *data) | TooN::Vector< Size, Precision, Base > | |
Vector(Precision *data, int size_in) | TooN::Vector< Size, Precision, Base > | |
Vector(Precision *data_in, int size_in, int stride_in, Internal::Slicing) | TooN::Vector< Size, Precision, Base > | |
Vector(const Operator< Op > &op) | TooN::Vector< Size, Precision, Base > | |
Vector(const Vector< Size2, Precision2, Base2 > &from) | TooN::Vector< Size, Precision, Base > | |