|
KASKADE 7 development version
|
#include <cmath>#include <dune/common/fvector.hh>#include <dune/common/fmatrix.hh>Go to the source code of this file.
Classes | |
| struct | Kaskade::LinAlg::EuclideanScalarProduct |
| Euclidean scalar product. More... | |
| struct | Kaskade::LinAlg::NormSquared< ScalarProduct_ > |
| Norm squared defined via ScalarProduct. More... | |
| struct | Kaskade::LinAlg::Norm< ScalarProduct_ > |
| Norm defined via ScalarProdcut. More... | |
| struct | Kaskade::LinAlg::InfinityNorm |
| Infinity norm for stl-container, Dune::FieldVector and Dune::FieldMatrix. More... | |
| struct | Kaskade::LinAlg::OneNorm |
| One norm for stl-container, Dune::FieldVector and Dune::FieldMatrix. More... | |
Namespaces | |
| namespace | Kaskade |
| namespace | Kaskade::LinAlg |
Typedefs | |
| typedef Norm< EuclideanScalarProduct > | Kaskade::LinAlg::EuclideanNorm |
| Euclidean norm. More... | |
| typedef NormSquared< EuclideanScalarProduct > | Kaskade::LinAlg::EuclideanNormSquared |
| Euclidean norm squared. More... | |