|
numerics 0.1.0
|
Callable adapter for matrix-free linear operators. More...
Go to the source code of this file.
Classes | |
| struct | num::operators::CallableOp< F > |
| Adapt any callable void(const Vector&, Vector&) to the operator protocol. More... | |
Namespaces | |
| namespace | num |
| namespace | num::operators |
Functions | |
| template<class F > | |
| CallableOp< F > | num::operators::make_op (F f, idx rows, idx cols) |
| template<class F > | |
| CallableOp< F > | num::operators::make_op (F f, idx n) |
Callable adapter for matrix-free linear operators.
Definition in file callable.hpp.