Adapts anything with a method of the form .solve(X,side,op) into an Action.
More...
#include <SolveAction.h>
|
|
| SolveAction (const Solver &in_solver, char in_op) |
| |
|
|
virtual std::pair< int, int > | size () const |
| |
|
virtual void | multiply (const X &x, const B &b) const |
| |
|
virtual ActionBase< Number > * | clone () const |
| |
|
virtual void | multiply (const X &x, const B &b, ReflectNumber< Solver >::type alpha, ReflectNumber< Solver >::type beta) const |
| |
|
virtual void | multiply (const X &x, const B &b) const |
| |
template<class Solver>
class myra::detail::SolveAction< Solver >
Adapts anything with a method of the form .solve(X,side,op) into an Action.
The documentation for this class was generated from the following file: