|
dune-istl
2.6-git
|
Default implementation for the scalar case. More...
#include <dune/istl/scalarproducts.hh>

Public Types | |
| typedef X | domain_type |
| export types More... | |
| typedef X::field_type | field_type |
| typedef FieldTraits< field_type >::real_type | real_type |
Public Member Functions | |
| virtual field_type | dot (const X &x, const X &y) |
| Dot product of two vectors. In the complex case, the first argument is conjugated. It is assumed that the vectors are consistent on the interior+border partition. More... | |
| virtual real_type | norm (const X &x) |
| Norm of a right-hand side vector. The vector must be consistent on the interior+border partition. More... | |
| virtual SolverCategory::Category | category () const |
| Category of the scalar product (see SolverCategory::Category) More... | |
Default implementation for the scalar case.
| typedef X Dune::SeqScalarProduct< X >::domain_type |
export types
| typedef X::field_type Dune::SeqScalarProduct< X >::field_type |
| typedef FieldTraits<field_type>::real_type Dune::SeqScalarProduct< X >::real_type |
|
inlinevirtual |
Category of the scalar product (see SolverCategory::Category)
Implements Dune::ScalarProduct< X >.
|
inlinevirtual |
Dot product of two vectors. In the complex case, the first argument is conjugated. It is assumed that the vectors are consistent on the interior+border partition.
Implements Dune::ScalarProduct< X >.
|
inlinevirtual |
Norm of a right-hand side vector. The vector must be consistent on the interior+border partition.
Implements Dune::ScalarProduct< X >.
1.8.13