KASKADE 7 development version
Kaskade::MatrixRepresentedOperator< Matrix_, Domain_, Range_ > Class Template Reference

Operator with matrix-representation and coordinate mappings. More...

Detailed Description

template<class Matrix_, class Domain_, class Range_>
class Kaskade::MatrixRepresentedOperator< Matrix_, Domain_, Range_ >

Operator with matrix-representation and coordinate mappings.

Warning
Will be removed in future versions of Kaskade 7.

Note that the operator creates a copy of the passed matrix (if not passed as rvalue). This allows the implementation of a rvalue-constructor and assures that further manipulation of the matrix data does not change the operator's behaviour.

Implements the MatrixRepresentedOperator concept.

Todo:
docme: How does this relate to Dune::MatrixAdapter and Dune::AssembledLinearOperator?

Definition at line 310 of file istlinterface.hh.


The documentation for this class was generated from the following file: