GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Classes | |
class | fcn_ptr< RT, PT > |
class | functor< RT, PT > |
class | functor_with_conversion< CT, RT, PT > |
Functions | |
template<typename RT , typename PT > | |
functor< RT, PT > | func_ptr (RT(*f)(PT)) |
template<typename CT , typename RT , typename PT > | |
functor_with_conversion< CT, RT, PT > | func_ptr_with_conversion (RT(*f)(PT)) |
functor<RT, PT> func_ptr | ( | RT(*)(PT) | f | ) |
functor_with_conversion<CT, RT, PT> func_ptr_with_conversion | ( | RT(*)(PT) | f | ) |