data() | SmallMat< n_rowsT, n_colsT, mat_entry_t > | inline |
data() const | SmallMat< 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) const | SmallMat< 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) const | SmallMat< n_rowsT, n_colsT, mat_entry_t > | inline |
operator()(const unsigned int row, const unsigned int column) const | SmallMat< 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) const | 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=(SmallMat< n_rowsT, n_colsT, mat_entry_t > &&other) noexcept | SmallMat< n_rowsT, n_colsT, mat_entry_t > | inline |
operator==(const SmallMat< n_rowsT, n_colsT, mat_entry_t > &other) const | SmallMat< n_rowsT, n_colsT, mat_entry_t > | inline |
operator[](const unsigned int index) const | SmallMat< 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) noexcept | SmallMat< 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) noexcept | SmallMat< n_rowsT, n_colsT, mat_entry_t > | inline |
value_type typedef | SmallMat< n_rowsT, n_colsT, mat_entry_t > | |