[Scilab-users] Matrix of function pointers?

Antoine Monmayrant amonmayr at laas.fr
Wed Nov 28 21:44:39 CET 2012


Hi all,

Is it possible to define a matrix of function?
Something like:

f=[c,s];

where c and s are function pointers and [.,.] is overloaded in such a way that:

f(x)=[c(x),s(x)];

I tried to play with %fptr_c_fptr but without success.
Any idea?

Cheers,

Antoine





More information about the users mailing list