numerics 0.1.0
Loading...
Searching...
No Matches
callable.hpp File Reference

Callable adapter for matrix-free linear operators. More...

#include "operator/concepts.hpp"
#include <utility>

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)
 

Detailed Description

Callable adapter for matrix-free linear operators.

Definition in file callable.hpp.