| dot(const Impl< T > &other) const noexcept | spark::math::details::Vector< Impl, T, N > | inline |
| norm() const noexcept | spark::math::details::Vector< Impl, T, N > | inline |
| normalized() const noexcept | spark::math::details::Vector< Impl, T, N > | inline |
| operator!=(const Vector &other) const noexcept | spark::math::details::Vector< Impl, T, N > | inline |
| operator*(const Impl< T > &other) const noexcept | spark::math::details::Vector< Impl, T, N > | inline |
| operator*(const T &value) const noexcept | spark::math::details::Vector< Impl, T, N > | inline |
| operator*=(const Vector &other) noexcept | spark::math::details::Vector< Impl, T, N > | inline |
| operator+(const Impl< T > &other) const noexcept | spark::math::details::Vector< Impl, T, N > | inline |
| operator+=(const Vector &other) noexcept | spark::math::details::Vector< Impl, T, N > | inline |
| operator-(const Impl< T > &other) const noexcept | spark::math::details::Vector< Impl, T, N > | inline |
| operator-() const noexcept | spark::math::details::Vector< Impl, T, N > | inline |
| operator-=(const Vector &other) noexcept | spark::math::details::Vector< Impl, T, N > | inline |
| operator/(const Impl< T > &other) const noexcept | spark::math::details::Vector< Impl, T, N > | inline |
| operator/(const T &value) const noexcept | spark::math::details::Vector< Impl, T, N > | inline |
| operator/=(const T &value) noexcept | spark::math::details::Vector< Impl, T, N > | inline |
| operator==(const Vector &other) const noexcept | spark::math::details::Vector< Impl, T, N > | inline |
| swap(Vector &lhs, Vector &rhs) noexcept | spark::math::details::Vector< Impl, T, N > | friend |
| Vector(std::array< std::reference_wrapper< T >, N > values) | spark::math::details::Vector< Impl, T, N > | inlineexplicit |