Re: [ quantlib-Patches-3047358 ] fixed gaussian orthogonal polynomial
Posted by
Kakhkhor Abdijalilov on
URL: http://quantlib.414.s1.nabble.com/quantlib-Patches-3047358-fixed-gaussian-orthogonal-polynomial-tp9136p9138.html
denom and num aren't continues. Looks like "if (!denom)" was meant to
deal with the case when denom is exactly zero because of particular
choice of i, alpha and beta. In that case num must be exactly zero
too.
For example, if i=0, alpha=0 and beta=0, then denom is bitwise 0. In
that case num must be bitwise zero too. It will work if the test "if
(!denom)" is meant to be true only for a particular values of i, alpha
and beta.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev