|
anpcpp 0.1.0
Analytic Network Process computational library
|
This is the complete list of members for anpcpp::Matrix, including all inherited members.
| col_sums() const | anpcpp::Matrix | |
| cols() const noexcept | anpcpp::Matrix | inline |
| cols_normalized() const | anpcpp::Matrix | |
| data() noexcept | anpcpp::Matrix | inline |
| data() const noexcept | anpcpp::Matrix | inline |
| empty() const noexcept | anpcpp::Matrix | inline |
| identity(std::size_t n) | anpcpp::Matrix | static |
| is_equal(const Matrix &other, double abs_tol=1e-12) const | anpcpp::Matrix | |
| is_near(const Matrix &other, double abs_tol=1e-9, double rel_tol=1e-9) const | anpcpp::Matrix | |
| Matrix()=default | anpcpp::Matrix | |
| Matrix(std::size_t rows, std::size_t cols, double fill=0.0) | anpcpp::Matrix | |
| Matrix(const Matrix &)=default | anpcpp::Matrix | |
| Matrix(Matrix &&) noexcept=default | anpcpp::Matrix | |
| normalize_cols() | anpcpp::Matrix | |
| normalize_rows() | anpcpp::Matrix | |
| ones(std::size_t rows, std::size_t cols) | anpcpp::Matrix | static |
| operator()(std::size_t i, std::size_t j) | anpcpp::Matrix | |
| operator()(std::size_t i, std::size_t j) const | anpcpp::Matrix | |
| operator*(double scalar) const | anpcpp::Matrix | |
| operator*(const Matrix &other) const | anpcpp::Matrix | |
| operator*(const Vector &v) const | anpcpp::Matrix | |
| operator* | anpcpp::Matrix | friend |
| operator*=(double scalar) | anpcpp::Matrix | |
| operator+(const Matrix &other) const | anpcpp::Matrix | |
| operator+=(const Matrix &other) | anpcpp::Matrix | |
| operator-(const Matrix &other) const | anpcpp::Matrix | |
| operator-=(const Matrix &other) | anpcpp::Matrix | |
| operator=(const Matrix &)=default | anpcpp::Matrix | |
| operator=(Matrix &&) noexcept=default | anpcpp::Matrix | |
| row_sums() const | anpcpp::Matrix | |
| rows() const noexcept | anpcpp::Matrix | inline |
| rows_normalized() const | anpcpp::Matrix | |
| transposed() const | anpcpp::Matrix | |
| zeros(std::size_t rows, std::size_t cols) | anpcpp::Matrix | static |