|
From: SourceForge.net <no...@so...> - 2010-03-26 09:32:39
|
Patches item #2873099, was opened at 2009-10-05 21:39 Message generated for change (Comment added) made by lballabio You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312740&aid=2873099&group_id=12740 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Wont Fix Priority: 5 Private: No Submitted By: Kim Tang (kimtang) Assigned to: Nobody/Anonymous (nobody) Summary: LMM in QuantLibXL 0.9.7 Initial Comment: This patch is created for changing the declaration of the function void AccountingEngine::multiplePathValues(SequenceStatisticsInc & stats, Size numberOfPaths); to void AccountingEngine::multiplePathValues( boost::shared_ptr<SequenceStatisticsInc> & stats, Size numberOfPaths); This is needed to port this function to QuantLibXL. ---------------------------------------------------------------------- >Comment By: Luigi Ballabio (lballabio) Date: 2010-03-26 10:32 Message: The means to port the needed function are already provided. ---------------------------------------------------------------------- Comment By: Luigi Ballabio (lballabio) Date: 2010-03-17 12:13 Message: I'd prefer to have a solution on the QuantLib XL side, rather than modifying the library interface to match it. What's the problem with the current signature? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312740&aid=2873099&group_id=12740 |