|
MyraMath
|
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>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. | |
Adapts a class with a .solve() method into an Action.
1.8.13