Hi, I want to pass a boost/lambda expression(as a numerical function) to
another self defined function say a NewtonRaphson routine which takes 2
function (a numerical function and its derivative function) as argument. So
Is it legal to pass the lambda expression(such as using bind or placeholder)
to this userdefined
function?
anyone with experiences with that?