This is the complete list of members for oomph::DenseMatrix< T >, including all inherited members.
DenseMatrix() | oomph::DenseMatrix< T > | inline |
DenseMatrix(const DenseMatrix &source_matrix) | oomph::DenseMatrix< T > | inline |
DenseMatrix(const unsigned long &n) | oomph::DenseMatrix< T > | |
DenseMatrix(const unsigned long &n, const unsigned long &m) | oomph::DenseMatrix< T > | |
DenseMatrix(const unsigned long &n, const unsigned long &m, const T &initial_val) | oomph::DenseMatrix< T > | |
entry(const unsigned long &i, const unsigned long &j) | oomph::DenseMatrix< T > | inline |
get_entry(const unsigned long &i, const unsigned long &j) const | oomph::DenseMatrix< T > | inline |
indexed_output(std::ostream &outfile) const | oomph::DenseMatrix< T > | |
indexed_output(std::string filename) const | oomph::DenseMatrix< T > | |
initialise(const T &val) | oomph::DenseMatrix< T > | inline |
M | oomph::DenseMatrix< T > | protected |
Matrix() | oomph::Matrix< T, DenseMatrix< T > > | inline |
Matrix(const Matrix &matrix)=delete | oomph::Matrix< T, DenseMatrix< T > > | |
Matrixdata | oomph::DenseMatrix< T > | protected |
N | oomph::DenseMatrix< T > | protected |
ncol() const | oomph::DenseMatrix< T > | inlinevirtual |
nrow() const | oomph::DenseMatrix< T > | inlinevirtual |
operator()(const unsigned long &i, const unsigned long &j) const | oomph::Matrix< T, DenseMatrix< T > > | inline |
operator()(const unsigned long &i, const unsigned long &j) | oomph::Matrix< T, DenseMatrix< T > > | inline |
operator=(const DenseMatrix &source_matrix) | oomph::DenseMatrix< T > | inline |
Matrix< T, DenseMatrix< T > >::operator=(const Matrix &)=delete | oomph::Matrix< T, DenseMatrix< T > > | |
output(std::ostream &outfile) const | oomph::DenseMatrix< T > | virtual |
output(std::string filename) const | oomph::DenseMatrix< T > | |
output_bottom_right_zero_helper(std::ostream &outfile) const | oomph::DenseMatrix< T > | virtual |
range_check(const unsigned long &i, const unsigned long &j) const | oomph::Matrix< T, DenseMatrix< T > > | inlineprotected |
resize(const unsigned long &n) | oomph::DenseMatrix< T > | inline |
resize(const unsigned long &n, const unsigned long &m) | oomph::DenseMatrix< T > | |
resize(const unsigned long &n, const unsigned long &m, const T &initial_value) | oomph::DenseMatrix< T > | |
sparse_indexed_output(std::ostream &outfile, const unsigned &precision=0, const bool &output_bottom_right_zero=false) const | oomph::Matrix< T, DenseMatrix< T > > | inline |
sparse_indexed_output(std::string filename, const unsigned &precision=0, const bool &output_bottom_right_zero=false) const | oomph::Matrix< T, DenseMatrix< T > > | inline |
sparse_indexed_output_helper(std::ostream &outfile) const | oomph::DenseMatrix< T > | virtual |
~DenseMatrix() | oomph::DenseMatrix< T > | inlinevirtual |
~Matrix() | oomph::Matrix< T, DenseMatrix< T > > | inlinevirtual |