_data | flames::MatRef< T, n_rows, n_cols, type > | |
abssum() const | flames::MatRef< T, n_rows, n_cols, type > | inline |
add(const M< T2, n_rows, n_cols, type2, _unused... > &mat_R) | flames::MatRef< T, n_rows, n_cols, type > | inline |
asMat() const | flames::MatRef< T, n_rows, n_cols, type > | inline |
assign(M m) | flames::MatRef< T, n_rows, n_cols, type > | inline |
col(const M< T2, rows_, cols_, type2, _unused... > &mat, size_t c) | flames::MatRef< T, n_rows, n_cols, type > | inline |
col(size_t c, const M< T2, rows_, cols_, type2, _unused... > &mat) | flames::MatRef< T, n_rows, n_cols, type > | inline |
col(size_t c) const | flames::MatRef< T, n_rows, n_cols, type > | inline |
MatRef(Mat< T, n_rows, n_cols, type > &m) | flames::MatRef< T, n_rows, n_cols, type > | inline |
MatRef(const T *const ptr) | flames::MatRef< T, n_rows, n_cols, type > | inline |
MatRef(const MatRef &m) | flames::MatRef< T, n_rows, n_cols, type > | inline |
operator Mat< T, n_rows, n_cols, type >() const | flames::MatRef< T, n_rows, n_cols, type > | inline |
operator()(size_t r, size_t c) const | flames::MatRef< T, n_rows, n_cols, type > | inline |
operator()(size_t r, size_t c) | flames::MatRef< T, n_rows, n_cols, type > | inline |
operator=(const Mat< T, n_rows, n_cols, type > &m) | flames::MatRef< T, n_rows, n_cols, type > | inline |
operator[](size_t index) const | flames::MatRef< T, n_rows, n_cols, type > | inline |
operator[](size_t index) | flames::MatRef< T, n_rows, n_cols, type > | inline |
power() const | flames::MatRef< T, n_rows, n_cols, type > | inline |
print(const std::string &str="", std::ostream &os=std::cout) const | flames::MatRef< T, n_rows, n_cols, type > | inline |
setValue(T val) | flames::MatRef< T, n_rows, n_cols, type > | inline |
setZero() | flames::MatRef< T, n_rows, n_cols, type > | inline |
size() noexcept | flames::MatRef< T, n_rows, n_cols, type > | inlinestatic |
sub(const M< T2, n_rows, n_cols, type2, _unused... > &mat_R) | flames::MatRef< T, n_rows, n_cols, type > | inline |
t_() const | flames::MatRef< T, n_rows, n_cols, type > | inline |