FinancialToolbox.jl icon indicating copy to clipboard operation
FinancialToolbox.jl copied to clipboard

Support for Dual/HyperDual/Complex in blsimpv

Open rcalxrc08 opened this issue 6 years ago • 3 comments
trafficstars

rewrite blsimpv in order to support Dual/HyperDual/Complex (possibly using Requires.jl)

rcalxrc08 avatar Apr 13 '19 18:04 rcalxrc08

solved partially for Dual and HyperDual Numbers, no support for mixed derivatives yet. No support possible for complex in my knowledge

rcalxrc08 avatar Apr 27 '19 20:04 rcalxrc08

Support for dual is broken too unfortunately. When you have multiple dual inputs the output is wrong.

rcalxrc08 avatar Jun 05 '22 09:06 rcalxrc08

Added proper support for DualNumbers.jl. Support for the rest of AD packages is there but it isn't efficient. I was not able to avoid to run successive solvers.

rcalxrc08 avatar Jun 16 '22 08:06 rcalxrc08

Support for AD has been added. I have no idea what method to use in case of complex numbers

rcalxrc08 avatar Sep 15 '23 10:09 rcalxrc08

Solved for Dual and Hyperdual, I am opening a new one for complex numbers

rcalxrc08 avatar Oct 14 '23 10:10 rcalxrc08