Class template Dune::XT::Functions::InverseFunction¶
Inherits from Dune::XT::Functions::FunctionInterface.
-
template<class FunctionType>
class Dune::XT::Functions::InverseFunction : public FunctionInterface<FunctionType::d, internal::InverseFunctionHelper<FunctionType>::r, internal::InverseFunctionHelper<FunctionType>::rC, typename internal::InverseFunctionHelper<FunctionType>::R>¶ Function that returns the (scalar or matrix) inverse of another function’s value.
-
ThisType *Dune::XT::Functions::InverseFunction::copy_as_function_impl() const override¶
No documentation provided.
-
int Dune::XT::Functions::InverseFunction::copy_as_function() const¶
No documentation provided.
-
int Dune::XT::Functions::InverseFunction::order(const XT::Common::Parameter& =
<recovery-expr>({})) const final¶ No documentation provided.
-
RangeReturnType Dune::XT::Functions::InverseFunction::evaluate(const DomainType &xx, const Common::Parameter ¶m =
<recovery-expr>({})) const final¶ No documentation provided.
-
template<>
Dune::XT::Functions::InverseFunction::InverseFunction<FunctionType>(const FunctionType &func, const int ord)¶ No documentation provided.
-
template<>
Dune::XT::Functions::InverseFunction::InverseFunction<FunctionType>(FunctionType &&func, const int ord)¶ No documentation provided.
-
template<>
Dune::XT::Functions::InverseFunction::InverseFunction<FunctionType>(const ThisType &other)¶ No documentation provided.
-
template<>
Dune::XT::Functions::InverseFunction::InverseFunction<FunctionType>(ThisType&&) noexcept = default¶ No documentation provided.
-
const int Dune::XT::Functions::InverseFunction::func_¶
No documentation provided.
-
const int Dune::XT::Functions::InverseFunction::order_¶
No documentation provided.
-
type Dune::XT::Functions::InverseFunction::ThisType¶
No documentation provided.
-
type Dune::XT::Functions::InverseFunction::BaseType¶
No documentation provided.
-
type Dune::XT::Functions::InverseFunction::Helper¶
No documentation provided.