|
Thrill
0.1
|
This is the complete list of members for Matrix< Type >, including all inherited members.
| at(size_t row, size_t column) const | Matrix< Type > | inline |
| at(size_t row, size_t column) | Matrix< Type > | inline |
| columns() const | Matrix< Type > | inline |
| columns_ | Matrix< Type > | private |
| data() const | Matrix< Type > | inline |
| data_ | Matrix< Type > | private |
| Matrix()=default | Matrix< Type > | |
| Matrix(size_t rows, size_t columns, const Type &initial=Type()) | Matrix< Type > | inline |
| Matrix(size_t rows_columns, const Type &initial=Type()) | Matrix< Type > | inlineexplicit |
| Matrix(size_t rows, size_t columns, std::vector< Type > &&data) | Matrix< Type > | inline |
| operator!=(const Matrix &b) const noexcept | Matrix< Type > | inline |
| operator()(size_t row, size_t column) const | Matrix< Type > | inline |
| operator()(size_t row, size_t column) | Matrix< Type > | inline |
| operator*=(const Type &s) | Matrix< Type > | inline |
| operator+(const Matrix &b) const | Matrix< Type > | inline |
| operator+=(const Matrix &b) | Matrix< Type > | inline |
| operator==(const Matrix &b) const noexcept | Matrix< Type > | inline |
| rows() const | Matrix< Type > | inline |
| rows_ | Matrix< Type > | private |
| size() const | Matrix< Type > | inline |
| thrill_fixed_size | Matrix< Type > | static |
| thrill_is_fixed_size | Matrix< Type > | static |
| ThrillDeserialize(Archive &ar) | Matrix< Type > | inlinestatic |
| ThrillSerialize(Archive &ar) const | Matrix< Type > | inline |