|
anpcpp 0.1.0
Analytic Network Process computational library
|
This is the complete list of members for anpcpp::Vector, including all inherited members.
| data() noexcept | anpcpp::Vector | inline |
| data() const noexcept | anpcpp::Vector | inline |
| empty() const noexcept | anpcpp::Vector | inline |
| is_equal(const Vector &other, double abs_tol=1e-12) const | anpcpp::Vector | |
| is_near(const Vector &other, double abs_tol=1e-9, double rel_tol=1e-9) const | anpcpp::Vector | |
| normalize() | anpcpp::Vector | |
| normalized() const | anpcpp::Vector | |
| operator*(double scalar) const | anpcpp::Vector | |
| operator* | anpcpp::Vector | friend |
| operator*=(double scalar) | anpcpp::Vector | |
| operator+(const Vector &other) const | anpcpp::Vector | |
| operator+=(const Vector &other) | anpcpp::Vector | |
| operator-(const Vector &other) const | anpcpp::Vector | |
| operator-=(const Vector &other) | anpcpp::Vector | |
| operator=(const Vector &)=default | anpcpp::Vector | |
| operator=(Vector &&) noexcept=default | anpcpp::Vector | |
| operator[](std::size_t i) | anpcpp::Vector | |
| operator[](std::size_t i) const | anpcpp::Vector | |
| size() const noexcept | anpcpp::Vector | inline |
| sum() const | anpcpp::Vector | |
| Vector()=default | anpcpp::Vector | |
| Vector(std::size_t size, double fill=0.0) | anpcpp::Vector | explicit |
| Vector(const Vector &)=default | anpcpp::Vector | |
| Vector(Vector &&) noexcept=default | anpcpp::Vector |