VM2D
1.12
Vortex methods for 2D flows simulation
|
This is the complete list of members for VMlib::nummatrix< T, n, m >, including all inherited members.
norm1() const -> typename std::remove_const< typename std::remove_reference< decltype(this->data()[0])>::type >::type | VMlib::nummatrix< T, n, m > | inline |
norminf() const -> typename std::remove_const< typename std::remove_reference< decltype(this->data()[0])>::type >::type | VMlib::nummatrix< T, n, m > | inline |
nummatrix() | VMlib::nummatrix< T, n, m > | inline |
nummatrix(const P z) | VMlib::nummatrix< T, n, m > | inlineexplicit |
nummatrix(const nummatrix< P, n, m > &mtr) | VMlib::nummatrix< T, n, m > | inline |
nummatrix(const std::vector< std::vector< P >> &vec) | VMlib::nummatrix< T, n, m > | inline |
nummatrix(const numvector< numvector< P, m >, n > &mtr) | VMlib::nummatrix< T, n, m > | inline |
nummatrix(const std::initializer_list< numvector< T, m >> &z) | VMlib::nummatrix< T, n, m > | inline |
nummatrix(const std::initializer_list< numvector< P, m >> &z) | VMlib::nummatrix< T, n, m > | inline |
operator std::vector< std::vector< T >>() const | VMlib::nummatrix< T, n, m > | inline |
operator!=(const nummatrix< P, n, m > &y) const | VMlib::nummatrix< T, n, m > | inline |
operator&(const numvector< P, m > &x) -> numvector< typename std::remove_const< decltype(this->data()[0]*x[0])>::type, n > | VMlib::nummatrix< T, n, m > | inline |
operator&(const nummatrix< P, m, p > &B) const -> nummatrix< typename std::remove_const< decltype(this->data()[0]*B.data()[0])>::type, n, p > | VMlib::nummatrix< T, n, m > | inline |
operator*(const P c) const -> nummatrix< typename std::remove_const< decltype(this->data()[0]*c)>::type, n, m > | VMlib::nummatrix< T, n, m > | inline |
operator*=(const P c) | VMlib::nummatrix< T, n, m > | inline |
operator+(const nummatrix< P, n, m > &y) const -> nummatrix< typename std::remove_const< decltype(this->data()[0]+y.data()[0])>::type, n, m > | VMlib::nummatrix< T, n, m > | inline |
operator+=(const nummatrix< P, n, m > &y) | VMlib::nummatrix< T, n, m > | inline |
operator-(const nummatrix< P, n, m > &y) const -> nummatrix< typename std::remove_const< decltype(this->data()[0]-y.data()[0])>::type, n, m > | VMlib::nummatrix< T, n, m > | inline |
operator-() const | VMlib::nummatrix< T, n, m > | inline |
operator-=(const nummatrix< P, n, m > &y) | VMlib::nummatrix< T, n, m > | inline |
operator/=(const P c) | VMlib::nummatrix< T, n, m > | inline |
operator==(const nummatrix< P, n, m > &y) const | VMlib::nummatrix< T, n, m > | inline |
operator[](size_t i) | VMlib::nummatrix< T, n, m > | inline |
operator[](size_t i) const | VMlib::nummatrix< T, n, m > | inline |
size() const | VMlib::nummatrix< T, n, m > | inline |
sym() const | VMlib::nummatrix< T, n, m > | inline |
t() const | VMlib::nummatrix< T, n, m > | inline |
toIdentity() | VMlib::nummatrix< T, n, m > | inline |
toZero(T val=0.0) | VMlib::nummatrix< T, n, m > | inline |
transpose() const | VMlib::nummatrix< T, n, m > | inline |