GammaLib
2.1.0.dev
|
This is the complete list of members for GMatrixBase, including all inherited members.
add_to_column(const int &column, const GVector &vector)=0 | GMatrixBase | pure virtual |
add_to_row(const int &row, const GVector &vector)=0 | GMatrixBase | pure virtual |
at(const int &row, const int &column)=0 | GMatrixBase | pure virtual |
at(const int &row, const int &column) const =0 | GMatrixBase | pure virtual |
classname(void) const =0 | GMatrixBase | pure virtual |
clear(void)=0 | GMatrixBase | pure virtual |
clone(void) const =0 | GMatrixBase | pure virtual |
column(const int &column) const =0 | GMatrixBase | pure virtual |
column(const int &column, const GVector &vector)=0 | GMatrixBase | pure virtual |
columns(void) const | GMatrixBase | inline |
copy_members(const GMatrixBase &matrix) | GMatrixBase | protected |
fill(void) const =0 | GMatrixBase | pure virtual |
free_members(void) | GMatrixBase | protected |
get_element_sum(void) const | GMatrixBase | protected |
get_max_element(void) const | GMatrixBase | protected |
get_min_element(void) const | GMatrixBase | protected |
GMatrixBase(void) | GMatrixBase | |
GMatrixBase(const GMatrixBase &matrix) | GMatrixBase | |
init_members(void) | GMatrixBase | protected |
is_empty(void) const | GMatrixBase | inline |
m_alloc | GMatrixBase | protected |
m_cols | GMatrixBase | protected |
m_colsel | GMatrixBase | protected |
m_colstart | GMatrixBase | protected |
m_data | GMatrixBase | protected |
m_elements | GMatrixBase | protected |
m_num_colsel | GMatrixBase | protected |
m_num_rowsel | GMatrixBase | protected |
m_rows | GMatrixBase | protected |
m_rowsel | GMatrixBase | protected |
max(void) const =0 | GMatrixBase | pure virtual |
min(void) const =0 | GMatrixBase | pure virtual |
operator!=(const GMatrixBase &matrix) const | GMatrixBase | virtual |
operator()(const int &row, const int &column)=0 | GMatrixBase | pure virtual |
operator()(const int &row, const int &column) const =0 | GMatrixBase | pure virtual |
operator*(const GVector &vector) const =0 | GMatrixBase | pure virtual |
operator=(const GMatrixBase &matrix) | GMatrixBase | virtual |
operator==(const GMatrixBase &matrix) const | GMatrixBase | virtual |
print(const GChatter &chatter=NORMAL) const =0 | GMatrixBase | pure virtual |
print_col_compression(const GChatter &chatter=NORMAL) const | GMatrixBase | protected |
print_elements(const GChatter &chatter=NORMAL, const int &num=15) const | GMatrixBase | protected |
print_row_compression(const GChatter &chatter=NORMAL) const | GMatrixBase | protected |
row(const int &row) const =0 | GMatrixBase | pure virtual |
row(const int &row, const GVector &vector)=0 | GMatrixBase | pure virtual |
rows(void) const | GMatrixBase | inline |
scale_elements(const double &scalar) | GMatrixBase | protected |
select_non_zero(void) | GMatrixBase | protected |
set_all_elements(const double &value) | GMatrixBase | protected |
size(void) const | GMatrixBase | inline |
sum(void) const =0 | GMatrixBase | pure virtual |
~GBase(void) | GBase | inlinevirtual |
~GMatrixBase(void) | GMatrixBase | virtual |