| Default_linear_solver_pt | oomph::DoubleMatrixBase | protected |
| DenseDoubleMatrix() | oomph::DenseDoubleMatrix | |
| DenseDoubleMatrix(const unsigned long &n) | oomph::DenseDoubleMatrix | |
| DenseDoubleMatrix(const unsigned long &n, const unsigned long &m) | oomph::DenseDoubleMatrix | |
| DenseDoubleMatrix(const unsigned long &n, const unsigned long &m, const double &initial_val) | oomph::DenseDoubleMatrix | |
| DenseDoubleMatrix(const DenseDoubleMatrix &matrix)=delete | oomph::DenseDoubleMatrix | |
| DenseMatrix() | oomph::DenseMatrix< double > | inline |
| DenseMatrix(const DenseMatrix &source_matrix) | oomph::DenseMatrix< double > | inline |
| DenseMatrix(const unsigned long &n) | oomph::DenseMatrix< double > | |
| DenseMatrix(const unsigned long &n, const unsigned long &m) | oomph::DenseMatrix< double > | |
| DenseMatrix(const unsigned long &n, const unsigned long &m, const double &initial_val) | oomph::DenseMatrix< double > | |
| DoubleMatrixBase() | oomph::DoubleMatrixBase | inline |
| DoubleMatrixBase(const DoubleMatrixBase &matrix)=delete | oomph::DoubleMatrixBase | |
| eigenvalues_by_jacobi(Vector< double > &eigen_val, DenseMatrix< double > &eigen_vect) const | oomph::DenseDoubleMatrix | |
| entry(const unsigned long &i, const unsigned long &j) | oomph::DenseMatrix< double > | inline |
| get_entry(const unsigned long &i, const unsigned long &j) const | oomph::DenseMatrix< double > | inline |
| indexed_output(std::ostream &outfile) const | oomph::DenseMatrix< double > | |
| indexed_output(std::string filename) const | oomph::DenseMatrix< double > | |
| initialise(const double &val) | oomph::DenseMatrix< double > | inline |
| Linear_solver_pt | oomph::DoubleMatrixBase | protected |
| linear_solver_pt() | oomph::DoubleMatrixBase | inline |
| linear_solver_pt() const | oomph::DoubleMatrixBase | inline |
| lubksub(DoubleVector &rhs) | oomph::DenseDoubleMatrix | virtual |
| lubksub(Vector< double > &rhs) | oomph::DenseDoubleMatrix | virtual |
| ludecompose() | oomph::DenseDoubleMatrix | virtual |
| M | oomph::DenseMatrix< double > | protected |
| Matrix() | oomph::Matrix< T, MATRIX_TYPE > | inline |
| Matrix(const Matrix &matrix)=delete | oomph::Matrix< T, MATRIX_TYPE > | |
| matrix_reduction(const double &alpha, DenseDoubleMatrix &reduced_matrix) | oomph::DenseDoubleMatrix | |
| Matrixdata | oomph::DenseMatrix< double > | protected |
| max_residual(const DoubleVector &x, const DoubleVector &rhs) | oomph::DoubleMatrixBase | inlinevirtual |
| multiply(const DoubleVector &x, DoubleVector &soln) const | oomph::DenseDoubleMatrix | virtual |
| multiply(const DenseDoubleMatrix &matrix_in, DenseDoubleMatrix &result) | oomph::DenseDoubleMatrix | |
| multiply_transpose(const DoubleVector &x, DoubleVector &soln) const | oomph::DenseDoubleMatrix | virtual |
| N | oomph::DenseMatrix< double > | protected |
| ncol() const | oomph::DenseDoubleMatrix | inlinevirtual |
| nrow() const | oomph::DenseDoubleMatrix | inlinevirtual |
| operator()(const unsigned long &i, const unsigned long &j) const | oomph::DenseDoubleMatrix | inlinevirtual |
| operator()(const unsigned long &i, const unsigned long &j) | oomph::DenseDoubleMatrix | inline |
| operator=(const DenseDoubleMatrix &)=delete | oomph::DenseDoubleMatrix | |
| oomph::DoubleMatrixBase::operator=(const DoubleMatrixBase &)=delete | oomph::DoubleMatrixBase | |
| DenseMatrix< double >::operator=(const DenseMatrix &source_matrix) | oomph::DenseMatrix< double > | inline |
| oomph::Matrix::operator=(const Matrix &)=delete | oomph::Matrix< T, MATRIX_TYPE > | |
| output(std::ostream &outfile) const | oomph::DenseMatrix< double > | virtual |
| output(std::string filename) const | oomph::DenseMatrix< double > | |
| output_bottom_right_zero_helper(std::ostream &outfile) const | oomph::DenseMatrix< double > | virtual |
| range_check(const unsigned long &i, const unsigned long &j) const | oomph::Matrix< T, MATRIX_TYPE > | inlineprotected |
| residual(const DoubleVector &x, const DoubleVector &b, DoubleVector &residual_) | oomph::DoubleMatrixBase | inlinevirtual |
| resize(const unsigned long &n) | oomph::DenseMatrix< double > | inline |
| resize(const unsigned long &n, const unsigned long &m) | oomph::DenseMatrix< double > | |
| resize(const unsigned long &n, const unsigned long &m, const double &initial_value) | oomph::DenseMatrix< double > | |
| solve(DoubleVector &rhs) | oomph::DoubleMatrixBase | |
| solve(const DoubleVector &rhs, DoubleVector &soln) | oomph::DoubleMatrixBase | |
| solve(Vector< double > &rhs) | oomph::DoubleMatrixBase | |
| solve(const Vector< double > &rhs, Vector< double > &soln) | oomph::DoubleMatrixBase | |
| 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 | oomph::DenseMatrix< double > | virtual |
| ~DenseDoubleMatrix() | oomph::DenseDoubleMatrix | virtual |
| ~DenseMatrix() | oomph::DenseMatrix< double > | inlinevirtual |
| ~DoubleMatrixBase() | oomph::DoubleMatrixBase | inlinevirtual |
| ~Matrix() | oomph::Matrix< T, MATRIX_TYPE > | inlinevirtual |