MyraMath
Classes | Functions
SolveAction.h File Reference

Adapts a class with a .solve() 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 SolveAction.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  myra::detail::SolveAction< Solver >
 Adapts anything with a method of the form .solve(X,side,op) into an Action. More...
 

Functions

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

Detailed Description

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