Files | |
file | operators.hh |
Define general, extensible interface for operators. The available implementation wraps a matrix. | |
Classes | |
class | Dune::LinearOperator< X, Y > |
A linear operator. More... | |
class | Dune::AssembledLinearOperator< M, X, Y > |
A linear operator exporting itself in matrix form. More... | |
class | Dune::MatrixAdapter< M, X, Y > |
Adapter to turn a matrix into a linear operator. More... | |
class | Dune::OverlappingSchwarzOperator< M, X, Y, C > |
An overlapping schwarz operator. More... |