anpcpp 0.1.0
Analytic Network Process computational library
Loading...
Searching...
No Matches
anpcpp::Matrix Member List

This is the complete list of members for anpcpp::Matrix, including all inherited members.

col_sums() constanpcpp::Matrix
cols() const noexceptanpcpp::Matrixinline
cols_normalized() constanpcpp::Matrix
data() noexceptanpcpp::Matrixinline
data() const noexceptanpcpp::Matrixinline
empty() const noexceptanpcpp::Matrixinline
identity(std::size_t n)anpcpp::Matrixstatic
is_equal(const Matrix &other, double abs_tol=1e-12) constanpcpp::Matrix
is_near(const Matrix &other, double abs_tol=1e-9, double rel_tol=1e-9) constanpcpp::Matrix
Matrix()=defaultanpcpp::Matrix
Matrix(std::size_t rows, std::size_t cols, double fill=0.0)anpcpp::Matrix
Matrix(const Matrix &)=defaultanpcpp::Matrix
Matrix(Matrix &&) noexcept=defaultanpcpp::Matrix
normalize_cols()anpcpp::Matrix
normalize_rows()anpcpp::Matrix
ones(std::size_t rows, std::size_t cols)anpcpp::Matrixstatic
operator()(std::size_t i, std::size_t j)anpcpp::Matrix
operator()(std::size_t i, std::size_t j) constanpcpp::Matrix
operator*(double scalar) constanpcpp::Matrix
operator*(const Matrix &other) constanpcpp::Matrix
operator*(const Vector &v) constanpcpp::Matrix
operator*anpcpp::Matrixfriend
operator*=(double scalar)anpcpp::Matrix
operator+(const Matrix &other) constanpcpp::Matrix
operator+=(const Matrix &other)anpcpp::Matrix
operator-(const Matrix &other) constanpcpp::Matrix
operator-=(const Matrix &other)anpcpp::Matrix
operator=(const Matrix &)=defaultanpcpp::Matrix
operator=(Matrix &&) noexcept=defaultanpcpp::Matrix
row_sums() constanpcpp::Matrix
rows() const noexceptanpcpp::Matrixinline
rows_normalized() constanpcpp::Matrix
transposed() constanpcpp::Matrix
zeros(std::size_t rows, std::size_t cols)anpcpp::Matrixstatic