alias_add_eq(const Matrix< T2, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
alias_add_eq(const XprMatrix< E, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
alias_assign(const Matrix< T2, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
alias_assign(const XprMatrix< E, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
alias_div_eq(const Matrix< T2, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
alias_div_eq(const XprMatrix< E, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
alias_mul_eq(const Matrix< T2, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
alias_mul_eq(const XprMatrix< E, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
alias_sub_eq(const Matrix< T2, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
alias_sub_eq(const XprMatrix< E, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
as_expr() const | tvmet::Matrix< T, NRows, NCols > | [inline] |
assign_to(Matrix< T2, Rows, Cols > &dest, const Assign &assign_fn) const | tvmet::Matrix< T, NRows, NCols > | [inline, private] |
assign_value(value_type rhs) | tvmet::Matrix< T, NRows, NCols > | [inline, private] |
begin() | tvmet::Matrix< T, NRows, NCols > | [inline] |
begin() const | tvmet::Matrix< T, NRows, NCols > | [inline] |
cols() | tvmet::Matrix< T, NRows, NCols > | [inline, static] |
Cols enum value | tvmet::Matrix< T, NRows, NCols > | |
CommaInitializer class | tvmet::Matrix< T, NRows, NCols > | [friend] |
const_iterator typedef | tvmet::Matrix< T, NRows, NCols > | |
const_ref() const | tvmet::Matrix< T, NRows, NCols > | [inline] |
const_reference typedef | tvmet::Matrix< T, NRows, NCols > | |
const_reverse_iterator typedef | tvmet::Matrix< T, NRows, NCols > | |
const_sliceref() const | tvmet::Matrix< T, NRows, NCols > | [inline] |
ConstReference typedef | tvmet::Matrix< T, NRows, NCols > | |
data() | tvmet::Matrix< T, NRows, NCols > | [inline] |
data() const | tvmet::Matrix< T, NRows, NCols > | [inline] |
do_assign(dispatch< true >, Dest &dest, const Src &src, const Assign &assign_fn) | tvmet::Matrix< T, NRows, NCols > | [inline, private, static] |
do_assign(dispatch< false >, Dest &dest, const Src &src, const Assign &assign_fn) | tvmet::Matrix< T, NRows, NCols > | [inline, private, static] |
empty() | tvmet::Matrix< T, NRows, NCols > | [inline, static] |
end() | tvmet::Matrix< T, NRows, NCols > | [inline] |
end() const | tvmet::Matrix< T, NRows, NCols > | [inline] |
info() | tvmet::Matrix< T, NRows, NCols > | [inline, static] |
iterator typedef | tvmet::Matrix< T, NRows, NCols > | |
M_add_eq(const Matrix< T2, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
M_add_eq(const XprMatrix< E, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
M_and_eq(const Matrix< T2, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
M_and_eq(const XprMatrix< E, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
m_data | tvmet::Matrix< T, NRows, NCols > | [private] |
M_div_eq(const Matrix< T2, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
M_div_eq(const XprMatrix< E, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
M_mod_eq(const Matrix< T2, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
M_mod_eq(const XprMatrix< E, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
M_mul_eq(const Matrix< T2, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
M_mul_eq(const XprMatrix< E, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
M_or_eq(const Matrix< T2, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
M_or_eq(const XprMatrix< E, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
M_shl_eq(const Matrix< T2, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
M_shl_eq(const XprMatrix< E, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
M_shr_eq(const Matrix< T2, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
M_shr_eq(const XprMatrix< E, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
M_sub_eq(const Matrix< T2, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
M_sub_eq(const XprMatrix< E, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
M_xor_eq(const Matrix< T2, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
M_xor_eq(const XprMatrix< E, Rows, Cols > &) | tvmet::Matrix< T, NRows, NCols > | [inline] |
Matrix() | tvmet::Matrix< T, NRows, NCols > | [inline, explicit] |
Matrix(const Matrix &rhs) | tvmet::Matrix< T, NRows, NCols > | [inline] |
Matrix(InputIterator first, InputIterator last) | tvmet::Matrix< T, NRows, NCols > | [inline, explicit] |
Matrix(InputIterator first, std::size_t sz) | tvmet::Matrix< T, NRows, NCols > | [inline, explicit] |
Matrix(value_type rhs) | tvmet::Matrix< T, NRows, NCols > | [inline, explicit] |
Matrix(const XprMatrix< E, Rows, Cols > &e) | tvmet::Matrix< T, NRows, NCols > | [inline, explicit] |
max_size() | tvmet::Matrix< T, NRows, NCols > | [inline, static] |
operator &=(std::size_t) | tvmet::Matrix< T, NRows, NCols > | [inline] |
operator *=(value_type) | tvmet::Matrix< T, NRows, NCols > | [inline] |
operator%=(std::size_t) | tvmet::Matrix< T, NRows, NCols > | [inline] |
operator()(std::size_t i, std::size_t j) | tvmet::Matrix< T, NRows, NCols > | [inline] |
operator()(std::size_t i, std::size_t j) const | tvmet::Matrix< T, NRows, NCols > | [inline] |
operator+=(value_type) | tvmet::Matrix< T, NRows, NCols > | [inline] |
operator-=(value_type) | tvmet::Matrix< T, NRows, NCols > | [inline] |
operator/=(value_type) | tvmet::Matrix< T, NRows, NCols > | [inline] |
operator<<=(std::size_t) | tvmet::Matrix< T, NRows, NCols > | [inline] |
operator=(value_type rhs) | tvmet::Matrix< T, NRows, NCols > | [inline] |
operator=(const Matrix< T2, Rows, Cols > &rhs) | tvmet::Matrix< T, NRows, NCols > | [inline] |
operator=(const XprMatrix< E, Rows, Cols > &rhs) | tvmet::Matrix< T, NRows, NCols > | [inline] |
operator>>=(std::size_t) | tvmet::Matrix< T, NRows, NCols > | [inline] |
operator^=(std::size_t) | tvmet::Matrix< T, NRows, NCols > | [inline] |
operator|=(std::size_t) | tvmet::Matrix< T, NRows, NCols > | [inline] |
ops enum value | tvmet::Matrix< T, NRows, NCols > | |
ops_assign enum value | tvmet::Matrix< T, NRows, NCols > | |
print_on(std::ostream &os) const | tvmet::Matrix< T, NRows, NCols > | [inline] |
print_xpr(std::ostream &os, std::size_t l=0) const | tvmet::Matrix< T, NRows, NCols > | [inline] |
rbegin() | tvmet::Matrix< T, NRows, NCols > | [inline] |
rbegin() const | tvmet::Matrix< T, NRows, NCols > | [inline] |
reference typedef | tvmet::Matrix< T, NRows, NCols > | |
rend() | tvmet::Matrix< T, NRows, NCols > | [inline] |
rend() const | tvmet::Matrix< T, NRows, NCols > | [inline] |
reverse_iterator typedef | tvmet::Matrix< T, NRows, NCols > | |
rows() | tvmet::Matrix< T, NRows, NCols > | [inline, static] |
Rows enum value | tvmet::Matrix< T, NRows, NCols > | |
Size enum value | tvmet::Matrix< T, NRows, NCols > | |
size() | tvmet::Matrix< T, NRows, NCols > | [inline, static] |
SliceConstReference typedef | tvmet::Matrix< T, NRows, NCols > | |
use_meta enum value | tvmet::Matrix< T, NRows, NCols > | |
value_type typedef | tvmet::Matrix< T, NRows, NCols > | |
~Matrix() | tvmet::Matrix< T, NRows, NCols > | [inline] |