|
dune-istl 2.10
|
Norm that uses only the [N][N] entry of the block to determine couplings. More...
#include <dune/istl/paamg/aggregates.hh>

Public Types | |
| enum | { is_sign_preserving = true } |
Public Member Functions | |
| template<class M> | |
| FieldTraits< typenameM::field_type >::real_type | operator() (const M &m, typename std::enable_if_t<!Dune::IsNumber< M >::value > *sfinae=nullptr) const |
| compute the norm of a matrix. | |
| template<class M> | |
| auto | operator() (const M &m, typename std::enable_if_t< Dune::IsNumber< M >::value > *sfinae=nullptr) const |
| Compute the norm of a scalar. | |
Norm that uses only the [N][N] entry of the block to determine couplings.