dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Dune::PDELab::LinearSolverHasIsMatrixFree< LS, std::void_t< decltype(std::declval< LS >().isMatrixFree)> > Struct Template Reference

SFINAE check if a linear solver backend has a isMatrixFree method. More...

#include <dune/pdelab/backend/solver.hh>

Inheritance diagram for Dune::PDELab::LinearSolverHasIsMatrixFree< LS, std::void_t< decltype(std::declval< LS >().isMatrixFree)> >:
Inheritance graph

Detailed Description

template<typename LS>
struct Dune::PDELab::LinearSolverHasIsMatrixFree< LS, std::void_t< decltype(std::declval< LS >().isMatrixFree)> >

SFINAE check if a linear solver backend has a isMatrixFree method.


The documentation for this struct was generated from the following file: