Go to the source code of this file.
Classes | |
class | oomph::ComplexMatrixBase |
Abstract base class for matrices of complex doubles – adds abstract interfaces for solving, LU decomposition and multiplication by vectors. More... | |
class | oomph::DenseComplexMatrix |
Class of matrices containing double complex, and stored as a DenseMatrix<complex<double> >, but with solving functionality inherited from the abstract ComplexMatrix class. More... | |
class | oomph::CRComplexMatrix |
A class for compressed row matrices. More... | |
class | oomph::CCComplexMatrix |
A class for compressed column matrices that store doubles. More... | |
Namespaces | |
oomph | |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// | |