all(const double value) | theplu::yat::utility::MatrixMutable | |
begin(void) | theplu::yat::utility::MatrixMutable | |
begin(void) const | theplu::yat::utility::MatrixMutable | |
theplu::yat::utility::MatrixBase::begin(void) const | theplu::yat::utility::MatrixBase | |
begin_column(size_t i) | theplu::yat::utility::MatrixMutable | |
begin_column(size_t i) const | theplu::yat::utility::MatrixMutable | |
theplu::yat::utility::MatrixBase::begin_column(size_t i) const | theplu::yat::utility::MatrixBase | |
begin_row(size_t i) | theplu::yat::utility::MatrixMutable | |
begin_row(size_t i) const | theplu::yat::utility::MatrixMutable | |
theplu::yat::utility::MatrixBase::begin_row(size_t i) const | theplu::yat::utility::MatrixBase | |
blas_result_ | theplu::yat::utility::MatrixMutable | protected |
column_const_view(size_t) const | theplu::yat::utility::MatrixBase | |
column_iterator typedef | theplu::yat::utility::MatrixMutable | |
column_view(size_t i) | theplu::yat::utility::MatrixMutable | |
columns(void) const | theplu::yat::utility::MatrixBase | |
const_column_iterator typedef | theplu::yat::utility::MatrixBase | |
const_iterator typedef | theplu::yat::utility::MatrixBase | |
const_reference typedef | theplu::yat::utility::MatrixBase | |
const_row_iterator typedef | theplu::yat::utility::MatrixBase | |
copy_assign(const gsl_matrix *rhs) | theplu::yat::utility::MatrixView | protectedvirtual |
copy_assign(const MatrixBase &other) | theplu::yat::utility::MatrixView | protected |
copy_assign(const gsl_matrix *rhs)=0 | theplu::yat::utility::MatrixView | protected |
theplu::yat::utility::MatrixMutable::copy_assign(const MatrixBase &other) | theplu::yat::utility::MatrixMutable | protected |
create_gsl_matrix_copy(void) const | theplu::yat::utility::MatrixBase | protected |
derived_type typedef | theplu::yat::utility::BasicMatrix< MatrixBase > | |
div(const MatrixBase &b) | theplu::yat::utility::MatrixMutable | |
end(void) | theplu::yat::utility::MatrixMutable | |
end(void) const | theplu::yat::utility::MatrixMutable | |
theplu::yat::utility::MatrixBase::end(void) const | theplu::yat::utility::MatrixBase | |
end_column(size_t i) | theplu::yat::utility::MatrixMutable | |
end_column(size_t i) const | theplu::yat::utility::MatrixMutable | |
theplu::yat::utility::MatrixBase::end_column(size_t i) const | theplu::yat::utility::MatrixBase | |
end_row(size_t i) | theplu::yat::utility::MatrixMutable | |
end_row(size_t i) const | theplu::yat::utility::MatrixMutable | |
theplu::yat::utility::MatrixBase::end_row(size_t i) const | theplu::yat::utility::MatrixBase | |
equal(const MatrixBase &, const double precision=0) const | theplu::yat::utility::MatrixBase | |
gsl_matrix_p(void) | theplu::yat::utility::MatrixView | virtual |
gsl_matrix_p(void) const | theplu::yat::utility::MatrixView | virtual |
theplu::yat::utility::MatrixMutable::gsl_matrix_p(void) const=0 | theplu::yat::utility::MatrixMutable | |
iterator typedef | theplu::yat::utility::MatrixMutable | |
MatrixBase(void)=default | theplu::yat::utility::MatrixBase | |
MatrixMutable(void) (defined in theplu::yat::utility::MatrixMutable) | theplu::yat::utility::MatrixMutable | |
MatrixMutable(const MatrixMutable &)=delete | theplu::yat::utility::MatrixMutable | |
MatrixView(void) | theplu::yat::utility::MatrixView | |
MatrixView(MatrixView &other) | theplu::yat::utility::MatrixView | |
MatrixView(MatrixMutable &other) | theplu::yat::utility::MatrixView | explicit |
MatrixView(MatrixMutable &other, size_t row_offset, size_t col_offset, size_t rows, size_t columns) | theplu::yat::utility::MatrixView | |
MatrixView(gsl_matrix *m) | theplu::yat::utility::MatrixView | explicit |
MatrixView(double *p, size_t rows, size_t cols) | theplu::yat::utility::MatrixView | |
MatrixView(double *p, size_t rows, size_t cols, size_t tda) | theplu::yat::utility::MatrixView | |
MatrixView(proxy p) | theplu::yat::utility::MatrixView | |
minmax_index(const MatrixBase &M, std::pair< size_t, size_t > &min, std::pair< size_t, size_t > &max) | theplu::yat::utility::MatrixBase | related |
move_assign(MatrixMutable &&rhs) | theplu::yat::utility::MatrixView | protectedvirtual |
move_assign(gsl_matrix *&&rhs) | theplu::yat::utility::MatrixView | protectedvirtual |
mul(const MatrixBase &b) | theplu::yat::utility::MatrixMutable | |
operator proxy() | theplu::yat::utility::MatrixView | |
operator!=(const MatrixBase &other) const | theplu::yat::utility::MatrixBase | |
operator()(size_t row, size_t column) | theplu::yat::utility::MatrixMutable | |
theplu::yat::utility::MatrixBase::operator()(size_t row, size_t column) const | theplu::yat::utility::MatrixBase | |
operator*=(double d) | theplu::yat::utility::MatrixMutable | |
operator+=(const MatrixBase &b) | theplu::yat::utility::MatrixMutable | |
operator+=(const MatrixExpression< T > &rhs) | theplu::yat::utility::MatrixMutable | inline |
operator+=(const double d) | theplu::yat::utility::MatrixMutable | |
operator-=(const MatrixBase &) | theplu::yat::utility::MatrixMutable | |
operator-=(const MatrixExpression< T > &rhs) | theplu::yat::utility::MatrixMutable | inline |
operator-=(const double d) | theplu::yat::utility::MatrixMutable | |
operator<<(std::ostream &s, const MatrixBase &) | theplu::yat::utility::MatrixBase | related |
operator=(const MatrixView &other) | theplu::yat::utility::MatrixView | |
operator=(const MatrixMutable &other) | theplu::yat::utility::MatrixView | |
operator=(const MatrixBase &other) | theplu::yat::utility::MatrixView | |
operator=(const MatrixExpression< T > &rhs) | theplu::yat::utility::MatrixView | inline |
operator=(MatrixMutable &&other) | theplu::yat::utility::MatrixView | |
operator=(MatrixExpression< T > &&rhs) | theplu::yat::utility::MatrixView | inline |
theplu::yat::utility::MatrixMutable::operator=(const MatrixMutable &other) | theplu::yat::utility::MatrixMutable | |
theplu::yat::utility::MatrixMutable::operator=(const MatrixBase &other) | theplu::yat::utility::MatrixMutable | |
theplu::yat::utility::MatrixMutable::operator=(const MatrixExpression< T > &rhs) | theplu::yat::utility::MatrixMutable | inline |
theplu::yat::utility::MatrixMutable::operator=(MatrixMutable &&other) | theplu::yat::utility::MatrixMutable | |
theplu::yat::utility::MatrixMutable::operator=(MatrixExpression< T > &&rhs) | theplu::yat::utility::MatrixMutable | inline |
operator==(const MatrixBase &other) const | theplu::yat::utility::MatrixBase | |
reference typedef | theplu::yat::utility::MatrixMutable | |
row_const_view(size_t) const | theplu::yat::utility::MatrixBase | |
row_iterator typedef | theplu::yat::utility::MatrixMutable | |
row_view(size_t) | theplu::yat::utility::MatrixMutable | |
rows(void) const | theplu::yat::utility::MatrixBase | |
swap(MatrixMutable &, MatrixMutable &) | theplu::yat::utility::MatrixMutable | related |
swap_columns(const size_t i, const size_t j) | theplu::yat::utility::MatrixMutable | |
swap_rowcol(const size_t i, const size_t j) | theplu::yat::utility::MatrixMutable | |
swap_rows(const size_t i, const size_t j) | theplu::yat::utility::MatrixMutable | |
value_type typedef | theplu::yat::utility::MatrixBase | |
~MatrixBase(void) | theplu::yat::utility::MatrixBase | virtual |
~MatrixMutable(void) | theplu::yat::utility::MatrixMutable | virtual |
~MatrixView(void) | theplu::yat::utility::MatrixView | |