This is the complete list of members for oomph::Matrix< T, MATRIX_TYPE >, including all inherited members.
| Matrix() | oomph::Matrix< T, MATRIX_TYPE > | inline |
| Matrix(const Matrix &matrix)=delete | oomph::Matrix< T, MATRIX_TYPE > | |
| ncol() const =0 | oomph::Matrix< T, MATRIX_TYPE > | pure virtual |
| nrow() const =0 | oomph::Matrix< T, MATRIX_TYPE > | pure virtual |
| operator()(const unsigned long &i, const unsigned long &j) const | oomph::Matrix< T, MATRIX_TYPE > | inline |
| operator()(const unsigned long &i, const unsigned long &j) | oomph::Matrix< T, MATRIX_TYPE > | inline |
| operator=(const Matrix &)=delete | oomph::Matrix< T, MATRIX_TYPE > | |
| output(std::ostream &outfile) const | oomph::Matrix< T, MATRIX_TYPE > | inlinevirtual |
| output_bottom_right_zero_helper(std::ostream &outfile) const =0 | oomph::Matrix< T, MATRIX_TYPE > | pure virtual |
| range_check(const unsigned long &i, const unsigned long &j) const | oomph::Matrix< T, MATRIX_TYPE > | inlineprotected |
| sparse_indexed_output(std::ostream &outfile, const unsigned &precision=0, const bool &output_bottom_right_zero=false) const | oomph::Matrix< T, MATRIX_TYPE > | inline |
| sparse_indexed_output(std::string filename, const unsigned &precision=0, const bool &output_bottom_right_zero=false) const | oomph::Matrix< T, MATRIX_TYPE > | inline |
| sparse_indexed_output_helper(std::ostream &outfile) const =0 | oomph::Matrix< T, MATRIX_TYPE > | pure virtual |
| ~Matrix() | oomph::Matrix< T, MATRIX_TYPE > | inlinevirtual |