KASKADE 7 development version
|
#include <cmath>
#include <memory>
#include "dune/common/fvector.hh"
#include "dune/istl/bvector.hh"
#include "dune/istl/matrix.hh"
Go to the source code of this file.
Classes | |
class | Kaskade::QuadraticFunction |
TODO !!!!! Entscheidung über Vektortyp !!!!!! More... | |
class | Kaskade::CubicModelFunction |
class | Kaskade::CubicModel1dForFmin |
class | Kaskade::ContractionModelFunction |
Namespaces | |
namespace | Kaskade |
namespace | Kaskade::OPT_MODEL_FUNCTIONS_Detail |
Functions | |
template<class FieldType > | |
Dune::BlockVector< FieldType > | Kaskade::OPT_MODEL_FUNCTIONS_Detail::operator* (Dune::Matrix< FieldType > const &A, Dune::BlockVector< FieldType > const &x) |
template<class FieldType > | |
Dune::BlockVector< FieldType > | Kaskade::OPT_MODEL_FUNCTIONS_Detail::operator* (typename FieldType::value_type const &alpha, Dune::BlockVector< FieldType > const &x) |
template<class FieldType > | |
Dune::BlockVector< FieldType > | Kaskade::OPT_MODEL_FUNCTIONS_Detail::operator+ (Dune::BlockVector< FieldType > const &x, Dune::BlockVector< FieldType > const &y) |