Dune::Copasi 2.1.0-git79717215+dune.gitlab.629933
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages Concepts
Dune::Copasi::ISTL::Concept::LinearOperator Concept Reference

#include <concepts.hh>

Concept definition

template<class O>
concept Dune::Copasi::ISTL::Concept::LinearOperator = std::derived_from<O,Dune::LinearOperator<typename O::domain_type, typename O::range_type>>