GEDLIB  1.0
ged::Matrix< ScalarT > Member List

This is the complete list of members for ged::Matrix< ScalarT >, including all inherited members.

data()ged::Matrix< ScalarT >
data() constged::Matrix< ScalarT >
matrix()ged::Matrix< ScalarT >
matrix() constged::Matrix< ScalarT >
Matrix()ged::Matrix< ScalarT >
Matrix(std::size_t num_rows, std::size_t num_cols, ScalarT val=0)ged::Matrix< ScalarT >
Matrix(const Matrix &matrix)ged::Matrix< ScalarT >
max() constged::Matrix< ScalarT >
min() constged::Matrix< ScalarT >
num_cols() constged::Matrix< ScalarT >
num_rows() constged::Matrix< ScalarT >
operator()(std::size_t row, std::size_t col) constged::Matrix< ScalarT >
operator()(std::size_t row, std::size_t col)ged::Matrix< ScalarT >
operator*(const ScalarT &scalar) constged::Matrix< ScalarT >
operator*=(const ScalarT &scalar)ged::Matrix< ScalarT >
operator+(const Matrix< ScalarT > &matrix) constged::Matrix< ScalarT >
operator+=(const Matrix< ScalarT > &matrix)ged::Matrix< ScalarT >
operator-(const Matrix< ScalarT > &matrix) constged::Matrix< ScalarT >
operator-=(const Matrix< ScalarT > &matrix)ged::Matrix< ScalarT >
operator<<(std::ostream &os, const Matrix< ScalarT > &matrix)ged::Matrix< ScalarT >related
operator=(const Matrix &matrix)ged::Matrix< ScalarT >
power(std::size_t n)ged::Matrix< ScalarT >
resize(std::size_t num_rows, std::size_t num_cols)ged::Matrix< ScalarT >
set_to_val(const ScalarT &val)ged::Matrix< ScalarT >
swap(Matrix &matrix)ged::Matrix< ScalarT >
transpose()ged::Matrix< ScalarT >
transposed() constged::Matrix< ScalarT >