operator!=(const Vector< Size2, Precision2, Base2 > &rhs) const | TooN::Vector< Size, Precision, Base > | inline |
operator!=(const Operator< Op > &op) (defined in TooN::Vector< Size, Precision, Base >) | TooN::Vector< Size, Precision, Base > | inline |
operator*=(const Precision rhs) | TooN::Vector< Size, Precision, Base > | inline |
operator+=(const Vector< Size2, Precision2, Base2 > &rhs) | TooN::Vector< Size, Precision, Base > | inline |
operator+=(const Operator< Op > &op) | TooN::Vector< Size, Precision, Base > | inline |
operator-=(const Operator< Op > &op) (defined in TooN::Vector< Size, Precision, Base >) | TooN::Vector< Size, Precision, Base > | inline |
operator-=(const Vector< Size2, Precision2, Base2 > &rhs) | TooN::Vector< Size, Precision, Base > | inline |
operator/=(const Precision rhs) | TooN::Vector< Size, Precision, Base > | inline |
operator=(const Vector &from) | TooN::Vector< Size, Precision, Base > | inline |
operator=(const Vector< Size2, Precision2, Base2 > &from) | TooN::Vector< Size, Precision, Base > | inline |
operator=(const Operator< Op > &op) | TooN::Vector< Size, Precision, Base > | inline |
operator==(const Vector< Size2, Precision2, Base2 > &rhs) const | TooN::Vector< Size, Precision, Base > | inline |
PointerType typedef (defined in TooN::Vector< Size, Precision, Base >) | TooN::Vector< Size, Precision, Base > | |
ref() | TooN::Vector< Size, Precision, Base > | inline |
SizeParameter | TooN::Vector< Size, Precision, Base > | static |
Vector() | TooN::Vector< Size, Precision, Base > | inline |
Vector(Vector &&)=default (defined in TooN::Vector< Size, Precision, Base >) | TooN::Vector< Size, Precision, Base > | |
Vector(const Vector &)=default (defined in TooN::Vector< Size, Precision, Base >) | TooN::Vector< Size, Precision, Base > | |
Vector(int size_in) | TooN::Vector< Size, Precision, Base > | inlineexplicit |
Vector(PointerType data) | TooN::Vector< Size, Precision, Base > | inlineexplicit |
Vector(std::initializer_list< Precision > init, typename std::enable_if< sizeof(X)&&(Size< 0)>::type *=0) | TooN::Vector< Size, Precision, Base > | inline |
Vector(const Precision2(&init)[Size2]) | TooN::Vector< Size, Precision, Base > | inline |
Vector(PointerType data, int size_in) | TooN::Vector< Size, Precision, Base > | inline |
Vector(PointerType data_in, int size_in, int stride_in, Internal::Slicing) | TooN::Vector< Size, Precision, Base > | inline |
Vector(const Operator< Op > &op) | TooN::Vector< Size, Precision, Base > | inline |
Vector(const Vector< Size2, Precision2, Base2 > &from) | TooN::Vector< Size, Precision, Base > | inline |