VM2D  1.12
Vortex methods for 2D flows simulation
VMlib::numvector< T, n > Member List

This is the complete list of members for VMlib::numvector< T, n >, including all inherited members.

dataVMlib::numvector< T, n >protected
dist2To(const numvector< P, n > &y) const -> typename std::remove_const< decltype(this->data[0]-y[0])>::typeVMlib::numvector< T, n >inline
distTo(const numvector< P, n > &y)VMlib::numvector< T, n >inline
kcross() const VMlib::numvector< T, n >inline
length() const VMlib::numvector< T, n >inline
length2() const -> typename std::remove_const< typename std::remove_reference< decltype(this->data[0])>::type >::typeVMlib::numvector< T, n >inline
member(const P &s) const VMlib::numvector< T, n >inline
norm1() const -> typename std::remove_const< typename std::remove_reference< decltype(this->data[0])>::type >::typeVMlib::numvector< T, n >inline
normalize(P newlen=1.0)VMlib::numvector< T, n >inline
norminf() const -> typename std::remove_const< typename std::remove_reference< decltype(this->data[0])>::type >::typeVMlib::numvector< T, n >inline
numvector()VMlib::numvector< T, n >inline
numvector(const P c)VMlib::numvector< T, n >inlineexplicit
numvector(const numvector< T, n > &vec)VMlib::numvector< T, n >inline
numvector(const numvector< P, n > &vec)VMlib::numvector< T, n >inline
numvector(const std::vector< P > &vec)VMlib::numvector< T, n >inline
numvector(const std::initializer_list< T > &z)VMlib::numvector< T, n >inline
numvector(const std::initializer_list< P > &z)VMlib::numvector< T, n >inline
numvector(const numvector< P, p > &vec, T add=0)VMlib::numvector< T, n >inlineexplicit
operator std::set< P >() const VMlib::numvector< T, n >inline
operator std::vector< P >() const VMlib::numvector< T, n >inline
operator!=(const numvector< P, n > &y) const VMlib::numvector< T, n >inline
operator&(const numvector< P, n > &y) const -> typename std::remove_const< decltype(this->data[0]*y[0])>::typeVMlib::numvector< T, n >inline
operator*(const P c) const -> numvector< typename std::remove_const< decltype(this->data[0]*c)>::type, n >VMlib::numvector< T, n >inline
operator*=(P c)VMlib::numvector< T, n >inline
operator+(const numvector< P, n > &y) const -> numvector< typename std::remove_const< decltype(this->data[0]+y[0])>::type, n >VMlib::numvector< T, n >inline
operator+() const VMlib::numvector< T, n >inline
operator+=(const numvector< P, n > &y)VMlib::numvector< T, n >inline
operator-(const numvector< P, n > &y) const -> numvector< typename std::remove_const< decltype(this->data[0]-y[0])>::type, n >VMlib::numvector< T, n >inline
operator-() const VMlib::numvector< T, n >inline
operator-=(const numvector< P, n > &y)VMlib::numvector< T, n >inline
operator/=(P c)VMlib::numvector< T, n >inline
operator==(const numvector< P, n > &y) const VMlib::numvector< T, n >inline
operator[](size_t i)VMlib::numvector< T, n >inline
operator[](size_t i) const VMlib::numvector< T, n >inline
operator^(const numvector< P, 3 > &y) const -> numvector< typename std::remove_const< decltype(this->data[1]*y[2])>::type, 3 >VMlib::numvector< T, n >inline
operator^(const numvector< P, 2 > &y) const -> typename std::remove_const< decltype(this->data[0]*y[1])>::typeVMlib::numvector< T, n >inline
rotateLeft(size_t k) const VMlib::numvector< T, n >inline
size() const VMlib::numvector< T, n >inline
toZero(P val=0)VMlib::numvector< T, n >inline
unit(P newlen=1) const -> numvector< typename std::remove_const< decltype(this->data[0]*newlen)>::type, n >VMlib::numvector< T, n >inline