HyperHDG
SmallMat< n_rowsT, n_colsT, mat_entry_t > Member List

This is the complete list of members for SmallMat< n_rowsT, n_colsT, mat_entry_t >, including all inherited members.

data()SmallMat< n_rowsT, n_colsT, mat_entry_t >inline
data() constSmallMat< n_rowsT, n_colsT, mat_entry_t >inline
dimensions()SmallMat< n_rowsT, n_colsT, mat_entry_t >inlinestatic
entries_SmallMat< n_rowsT, n_colsT, mat_entry_t >private
get_column(const unsigned int col) constSmallMat< n_rowsT, n_colsT, mat_entry_t >inline
loc_matrix_index(const unsigned int row, const unsigned int column)SmallMat< n_rowsT, n_colsT, mat_entry_t >inlineprivatestatic
n_cols()SmallMat< n_rowsT, n_colsT, mat_entry_t >inlinestatic
n_rows()SmallMat< n_rowsT, n_colsT, mat_entry_t >inlinestatic
operator!=(const SmallMat< n_rowsT, n_colsT, mat_entry_t > &other) constSmallMat< n_rowsT, n_colsT, mat_entry_t >inline
operator()(const unsigned int row, const unsigned int column) constSmallMat< n_rowsT, n_colsT, mat_entry_t >inline
operator()(const unsigned int row, const unsigned int column)SmallMat< n_rowsT, n_colsT, mat_entry_t >inline
operator*=(const mat_entry_t scalar)SmallMat< n_rowsT, n_colsT, mat_entry_t >inline
operator*=(const SmallMat< n_rowsT, n_colsT, mat_entry_t > &other)SmallMat< n_rowsT, n_colsT, mat_entry_t >inline
operator+=(const mat_entry_t scalar)SmallMat< n_rowsT, n_colsT, mat_entry_t >inline
operator+=(const SmallMat< n_rowsT, n_cols_other, mat_entry_t > &other)SmallMat< n_rowsT, n_colsT, mat_entry_t >inline
operator-=(const mat_entry_t scalar)SmallMat< n_rowsT, n_colsT, mat_entry_t >inline
operator-=(const SmallMat< n_rowsT, n_cols_other, mat_entry_t > &other)SmallMat< n_rowsT, n_colsT, mat_entry_t >inline
operator/=(const mat_entry_t scalar)SmallMat< n_rowsT, n_colsT, mat_entry_t >inline
operator/=(const SmallMat< n_rowsT, n_colsT, mat_entry_t > &other)SmallMat< n_rowsT, n_colsT, mat_entry_t >inline
operator<(const SmallMat< n_rowsT, n_colsT, mat_entry_t > &other) constSmallMat< n_rowsT, n_colsT, mat_entry_t >inline
operator=(const SmallMat< n_rowsT, n_colsT, mat_entry_t > &other)SmallMat< n_rowsT, n_colsT, mat_entry_t >inline
operator=(SmallMat< n_rowsT, n_colsT, mat_entry_t > &&other) noexceptSmallMat< n_rowsT, n_colsT, mat_entry_t >inline
operator==(const SmallMat< n_rowsT, n_colsT, mat_entry_t > &other) constSmallMat< n_rowsT, n_colsT, mat_entry_t >inline
operator[](const unsigned int index) constSmallMat< n_rowsT, n_colsT, mat_entry_t >inline
operator[](const unsigned int index)SmallMat< n_rowsT, n_colsT, mat_entry_t >inline
set_column(const unsigned int col, const SmallMat< n_rowsT, 1, mat_entry_t > col_vec)SmallMat< n_rowsT, n_colsT, mat_entry_t >inline
size()SmallMat< n_rowsT, n_colsT, mat_entry_t >inlinestatic
SmallMat()SmallMat< n_rowsT, n_colsT, mat_entry_t >inline
SmallMat(const mat_entry_t entry_value)SmallMat< n_rowsT, n_colsT, mat_entry_t >inline
SmallMat(const std::array< mat_entry_t, size()> &entries)SmallMat< n_rowsT, n_colsT, mat_entry_t >inline
SmallMat(std::array< mat_entry_t, size()> &&entries) noexceptSmallMat< n_rowsT, n_colsT, mat_entry_t >inline
SmallMat(const std::vector< mat_entry_t > &entries)SmallMat< n_rowsT, n_colsT, mat_entry_t >inline
SmallMat(const SmallMat< n_rowsT, n_colsT, mat_entry_t > &other)SmallMat< n_rowsT, n_colsT, mat_entry_t >inline
SmallMat(const SmallMat< n_rowsT, n_colsT, other_entry_t > &other)SmallMat< n_rowsT, n_colsT, mat_entry_t >inlineexplicit
SmallMat(SmallMat< n_rowsT, n_colsT, mat_entry_t > &&other) noexceptSmallMat< n_rowsT, n_colsT, mat_entry_t >inline
value_type typedefSmallMat< n_rowsT, n_colsT, mat_entry_t >