This is the complete list of members for matrix< value_t, shape >, including all inherited members.
assign(const shaped_expression< value_type, expr_t, tag, shape > &rhs) | matrix< value_t, shape > | inline |
cols() const | matrix< value_t, shape > | inline |
const_reference typedef | matrix< value_t, shape > | |
matrix() | matrix< value_t, shape > | inline |
matrix(const matrix &a) | matrix< value_t, shape > | inline |
matrix(temporary< matrix > &a) | matrix< value_t, shape > | inline |
matrix(const shaped_expression< value_type, expr_t, tag, shape > &a) | matrix< value_t, shape > | inline |
matrix(size_t size) | matrix< value_t, shape > | inlineexplicit |
matrix(size_t size, const_reference value) | matrix< value_t, shape > | inline |
operator()(size_t row, size_t column) | matrix< value_t, shape > | inline |
operator()(size_t row, size_t column) const | matrix< value_t, shape > | inline |
operator()(size_t row) | matrix< value_t, shape > | inline |
operator()(size_t row) const | matrix< value_t, shape > | inline |
operator=(const matrix &a) | matrix< value_t, shape > | inline |
operator=(const shaped_expression< value_type, expr_t, tag, shape > &a) | matrix< value_t, shape > | inline |
operator=(temporary< matrix > &a) | matrix< value_t, shape > | inline |
operator[](size_t row) | matrix< value_t, shape > | inline |
operator[](size_t row) const | matrix< value_t, shape > | inline |
reference typedef | matrix< value_t, shape > | |
resize(size_t size) | matrix< value_t, shape > | inline |
resize(size_t size, const_reference value) | matrix< value_t, shape > | inline |
rows() const | matrix< value_t, shape > | inline |
swap(matrix &a) | matrix< value_t, shape > | inline |
value_type typedef | matrix< value_t, shape > | |
~matrix() | matrix< value_t, shape > | inline |