MyraMath
Classes | Functions
RefineAction.h File Reference

Adapts a class with a .refine() method into an Action. More...

#include <myramath/utility/Number.h>
#include <myramath/dense/MatrixRange.h>
#include <myramath/iterative/Action.h>
#include <myramath/iterative/ActionBase.h>
Include dependency graph for RefineAction.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  myra::detail::RefineAction< Solver >
 

Functions

template<class Solver >
Action< typename ReflectNumber< Solver >::type > myra::make_RefineAction (const Solver &solver, char op='N')
 Free function for making RefineAction's.
 

Detailed Description

Adapts a class with a .refine() method into an Action.