Additional result as an array
Posted by Lapin on
URL: http://quantlib.414.s1.nabble.com/Additional-result-as-an-array-tp8666.html
Hi,
Here is what I am trying to do:
I have a PDE engine that I am happy with but I would like to see the delta on the full grid (to see the behavior at the barrier).
As of today the additionalResults_ should be a single value due to the boost::any type.
Is there any otherway to see my result instead of developping a pecial function for this special model?
Cheers