OONumerics User :

From: Evgenii Rudnyi (rudnyi_at_[hidden])
Date: 2005-02-17 02:51:26


On 16.02.2005, at 20:43, Aleksander Grm wrote:

> I have problems to figure out how to do in elegant way in c++ the link
> for arbitrary function or operator.

If I understand you correctly, you need a callback mechanism.

I have used Rich Hickey's template callback library:

http://evgenii.rudnyi.ru/soft/tdlib00+/lib/callback/

Examples from numerics on how to use it are in

http://evgenii.rudnyi.ru/soft/tdlib00+/lib/toms/

I think that there is also a callback library at http://www.boost.org/.

Best wishes,

Evgenii Rudnyi