<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel">
    <title>gmane.comp.finance.quantlib.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4611"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4610"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4609"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4608"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4607"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4606"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4605"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4604"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4603"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4602"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4601"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4600"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4599"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4598"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4597"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4596"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4595"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4594"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4593"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4592"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4611">
    <title>[ quantlib-Bugs-3526577 ] BicubicSpline update()doesn't work</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4611</link>
    <description>&lt;pre&gt;Bugs item #3526577, was opened at 2012-05-14 07:26
Message generated for change (Comment added) made by lballabio
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=112740&amp;amp;aid=3526577&amp;amp;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
Priority: 5
Private: No
Submitted By: Fabio Ramponi (fabioramponi)
Summary: BicubicSpline update() doesn't work

Initial Comment:
The calculate() method in BicubicSpline is called every time the linked data matrix (zData_) changes but, due to the reserve() at line 58 of bicubicsplineinterpolation.hpp and the subesquent push_back(), every time I call update() new splines are added to the splines_ vector instead of substituting the existing ones.

My suggestion is to use resize instead of reserve, and then simply fill the allocated vector splines_.

In the attached file my proposal of change for th&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-05-15T12:22:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4610">
    <title>Re: Garch11 in Quantlib</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4610</link>
    <description>&lt;pre&gt;Thanks, Slava.  Somehow I managed to lose track of it.  Not the last
time I'll make a fool of myself, I guess...

I'll try and have a look shortly.

Luigi

On Tue, May 15, 2012 at 3:12 PM, Slava Mazur &amp;lt;smazur&amp;lt; at &amp;gt;liquidnet.com&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Luigi Ballabio</dc:creator>
    <dc:date>2012-05-15T13:33:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4609">
    <title>Re: Garch11 in Quantlib (Luigi Ballabio)</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4609</link>
    <description>&lt;pre&gt;Check it out:

http://sourceforge.net/tracker/?func=detail&amp;amp;aid=3102452&amp;amp;group_id=12740&amp;amp;atid=312740

Submitted there on Nov 2010.

Cheers,

Slava Mazur


Message: 5
Date: Mon, 14 May 2012 13:25:47 -0400
From: Yue Zhao &amp;lt;yzhao0527&amp;lt; at &amp;gt;gmail.com&amp;gt;
Subject: [Quantlib-dev] Garch11 in Quantlib
To: QuantLib Dev &amp;lt;QuantLib-dev&amp;lt; at &amp;gt;lists.sourceforge.net&amp;gt;
Message-ID:
&amp;lt;CAABQXNmef9RsTLq59gJRJi2n5Hx_Usz_18QHhmErSosELJOeUQ&amp;lt; at &amp;gt;mail.gmail.com&amp;gt;
Content-Type: text/plain; charset="iso-8859-1"

Hi,

My question might be silly. I am using the Garch11 class in QL, but I didn't see how to calibrate this model. Does anyone know how do calibration?

Best

Yue
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 6
Date: Tue, 15 May 2012 09:35:10 +0200
From: Luigi Ballabio &amp;lt;luigi.ballabio&amp;lt; at &amp;gt;gmail.com&amp;gt;
Subject: Re: [Quantlib-dev] Garch11 in Quantlib
To: Yue Zhao &amp;lt;yzhao0527&amp;lt; at &amp;gt;gmail.com&amp;gt;
Cc: QuantLib Dev &amp;lt;QuantLib-dev&amp;lt; at &amp;gt;lists.sourceforge.net&amp;gt;
Message-ID:
&amp;lt;CAJkxnzeoMeWrKGC+DySxKg1VDQH6ZqGyGLJ5K&lt;/pre&gt;</description>
    <dc:creator>Slava Mazur</dc:creator>
    <dc:date>2012-05-15T13:12:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4608">
    <title>[ quantlib-Bugs-3525797 ] OIS Coupon calculation</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4608</link>
    <description>&lt;pre&gt;Bugs item #3525797, was opened at 2012-05-11 03:31
Message generated for change (Comment added) made by lballabio
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=112740&amp;amp;aid=3525797&amp;amp;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
Priority: 5
Private: No
Submitted By: Andre Miemiec (miemiec)
Summary: OIS Coupon calculation 

Initial Comment:
I came across a tiny bug in the computation of overnight index coupons. In the file overnightindexcoupon.cpp the funtion swapletRate has a while slope
of type while( fixingDates[i]&amp;lt;today &amp;amp;&amp;amp; i&amp;lt;n). When you try to compute the coupon on the payment date than the condition i&amp;lt;n is not satified but the access in fixingDates[i] is executed before. The program crahes.  

----------------------------------------------------------------------

Comment By: Luigi Ballabio (lballabio)
Date: 2012-05&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-05-14T10:18:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4607">
    <title>[ quantlib-Bugs-3526577 ] BicubicSpline update()doesn't work</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4607</link>
    <description>&lt;pre&gt;Bugs item #3526577, was opened at 2012-05-14 07:26
Message generated for change (Tracker Item Submitted) made by fabioramponi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=112740&amp;amp;aid=3526577&amp;amp;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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Fabio Ramponi (fabioramponi)
Assigned to: Nobody/Anonymous (nobody)
Summary: BicubicSpline update() doesn't work

Initial Comment:
The calculate() method in BicubicSpline is called every time the linked data matrix (zData_) changes but, due to the reserve() at line 58 of bicubicsplineinterpolation.hpp and the subesquent push_back(), every time I call update() new splines are added to the splines_ vector instead of substituting the existing ones.

My suggestion is to use resize instead of reserve, and then simply fill &lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-05-14T14:26:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4606">
    <title>Re: Garch11 in Quantlib</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4606</link>
    <description>&lt;pre&gt;Hi,
    at this time there's no code for calibration in the library (the
Garch11 class declares a calibrate method, but it's empty). If anyone
wants to contribute it, I'll be glad to add it to the repository.

Luigi

On Mon, May 14, 2012 at 7:25 PM, Yue Zhao &amp;lt;yzhao0527&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Luigi Ballabio</dc:creator>
    <dc:date>2012-05-15T07:35:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4605">
    <title>Garch11 in Quantlib</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4605</link>
    <description>&lt;pre&gt;Hi,

My question might be silly. I am using the Garch11 class in QL, but I
didn't see how to calibrate this model. Does anyone know how do calibration?

Best

Yue
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
QuantLib-dev mailing list
QuantLib-dev&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/quantlib-dev
&lt;/pre&gt;</description>
    <dc:creator>Yue Zhao</dc:creator>
    <dc:date>2012-05-14T17:25:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4604">
    <title>Re: Source control of Quantlib external development</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4604</link>
    <description>&lt;pre&gt;On Mon, May 14, 2012 at 2:59 PM, Luigi Ballabio
&amp;lt;luigi.ballabio&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

we're all waiting for your wise proposal
:-D

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Ferdinando Ametrano</dc:creator>
    <dc:date>2012-05-14T13:18:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4603">
    <title>Re: Source control of Quantlib external development</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4603</link>
    <description>&lt;pre&gt;
Luigi Ballabio &amp;lt;luigi.ballabio&amp;lt; at &amp;gt;gmail.com&amp;gt; writes:


Yes, we use git-svn too now. 

The bzr based solution stopped performing satisfactorily because of a
bug which I think is in libsvn but only seems to manifest when doing
bzr+svn.

Best,
Bojan


&lt;/pre&gt;</description>
    <dc:creator>Bojan Nikolic</dc:creator>
    <dc:date>2012-05-14T12:51:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4602">
    <title>Re: Source control of Quantlib external development</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4602</link>
    <description>&lt;pre&gt;
Yes, of course.  The whole issue would become moot.

Then again, we'd have to think _how_ to switch.
To begin with, do we stay on SourceForge or do we move the repository
to GitHub? (Mailing lists and the site stay on SF, I guess).  And
after that, do we put all the modules in one repository, or do we
create one git repository per module?  (Unlike with subversion, it's
not possible to checkout just part of a tree.)   And finally, what
kind of workflow do we use?

Later,
    Luigi


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Luigi Ballabio</dc:creator>
    <dc:date>2012-05-14T12:59:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4601">
    <title>Re: Source control of Quantlib external development</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4601</link>
    <description>&lt;pre&gt;would the scenario become clearer if we all switch to git?

On Mon, May 14, 2012 at 1:10 PM, Luigi Ballabio
&amp;lt;luigi.ballabio&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Ferdinando Ametrano</dc:creator>
    <dc:date>2012-05-14T12:45:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4600">
    <title>Re: Source control of Quantlib external development</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4600</link>
    <description>&lt;pre&gt;Hi Simon,
    you can use git-svn to create a git repository on your machine
which is synced to the upstream QuantLib svn repository.  You can also
setup a cron job that keeps it up to date.  That way, you'd have a
mirror like the one I've put on github, but with the full repository
if you choose so.

One issue with git-svn is that, of course, it can't really merge local
developments with upstream changes because subversion doesn't support
git merges.  This means that when you pull from upstream, it rebases
instead of merging.

What you might do is probably to clone your mirror, use the clone as
your main repository, and never push from the clone to the mirror.
This way, when the mirror pulls from upstream svn it never has to
rebase; and when you pull from the mirror to the clone, you're dealing
with a git repository so you can merge your developments as usual.

It's probably possible to do the same with mercurial, but I have never
tried having it talk to subversion.

Luigi


On Mon, May 14, 2012 at 12:36 PM&lt;/pre&gt;</description>
    <dc:creator>Luigi Ballabio</dc:creator>
    <dc:date>2012-05-14T11:10:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4599">
    <title>Source control of Quantlib external development</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4599</link>
    <description>&lt;pre&gt;Hi,

I've been trying to work out the best way of maintaining my changes to
the QuantLib code. Some of these changes will never be made public for a
variety of reasons - but I still need to maintain a version control of
these changes. Therefore, this version control will - of necessity -
have to be outside Sourceforge.

The approach advocated by Subversion would be to do vendor drops into a
local repository - I've done this before but I lose the version history
and it makes it difficult to merge changes (both my changes and
Sourceforge changes).

I see Bojan Nikolic has a blog where he talks about using Bazaar to do
this - through the Launchpad service - but this appears to be currently
suspended. I also see that Luigi has place a mirror of Quantlib trunk on
github.com - but this does not appear to have QuantLibAddin or Excel
interfaces.

Can anyone give me some advice about which approach to take? Bazaar or
Git (or some other technique).

Even if you just reply with one sentence - telling me which approach &lt;/pre&gt;</description>
    <dc:creator>Simon Ibbotson</dc:creator>
    <dc:date>2012-05-14T10:36:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4598">
    <title>Re: fd questions ctd...</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4598</link>
    <description>&lt;pre&gt;Hi Klaus,

yes, I totally agree. Concerning the time dependent Dirichlet bc I guess 
one should insert a

bc-&amp;gt;setTime( t );

before each call of applyAfterApplying(Array&amp;amp;), 
applyAfterSolving(Array&amp;amp;) or applyAfterApplying(Real,Real) to ensure 
that valueOnBoundaryTimeDep_ / valuesOnBoundaryTimeDep_ are correctly 
set. No?

Concerning the Neumann bc, I was too optimistic about what has to be 
done to adapt the existing operators. You are right, it is not enough to 
provide discretizations for the base operators in the general case. It 
works fine in my toy example but it is useless otherwise. Sorry I should 
have spent some more thoughts on this.

I will be happy if you find the Dirichlet bc extension useful and add it 
to the SVN. I will also continue to think about the Neumann bc and try 
to send more useful code next time ;-)

thank you again and regards
Peter

Am 10.05.2012 23:16, schrieb Klaus Spanderen:


------------------------------------------------------------------------------
Live Security Virtua&lt;/pre&gt;</description>
    <dc:creator>Peter Caspers</dc:creator>
    <dc:date>2012-05-12T17:24:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4597">
    <title>[ quantlib-Bugs-3525797 ] OIS Coupon calculation</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4597</link>
    <description>&lt;pre&gt;Bugs item #3525797, was opened at 2012-05-11 03:31
Message generated for change (Tracker Item Submitted) made by miemiec
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=112740&amp;amp;aid=3525797&amp;amp;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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Andre Miemiec (miemiec)
Assigned to: Nobody/Anonymous (nobody)
Summary: OIS Coupon calculation 

Initial Comment:
I came across a tiny bug in the computation of overnight index coupons. In the file overnightindexcoupon.cpp the funtion swapletRate has a while slope
of type while( fixingDates[i]&amp;lt;today &amp;amp;&amp;amp; i&amp;lt;n). When you try to compute the coupon on the payment date than the condition i&amp;lt;n is not satified but the access in fixingDates[i] is executed before. The program crahes.  

------------------------------------------------&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-05-11T10:31:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4596">
    <title>Yield Curve fitting with OIS/Libor,Stochastic vol/Stochastic rates</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4596</link>
    <description>&lt;pre&gt;

Hi Luigi,
 I am looking at piecewiseyieldcurve.cpp in testsuite, I have the following
uestions:
 (a) what is BMA?
(b) what does this code below do, RelinkableHandle&amp;lt;YieldTermStructure&amp;gt;
curveHandle;curveHandle.linkTo(vars.termStructure);
(c) Is there any code boostrapping OIS and Libor simultaneously, as that
seems to be the way now for yieldcurve building and fitting and I want to
understand how that works.
 (d) Is there any thing on hybrids eg. FX/IR ie PRDC or EQ/IR where rates is
long-dated so using say Heston or Bates Stochastic vol model with Stochastic rates using Hull/White?
Regards
Theo

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________&lt;/pre&gt;</description>
    <dc:creator>tboafo&lt; at &gt;aol.com</dc:creator>
    <dc:date>2012-05-11T13:51:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4595">
    <title>Re: fd questions ctd...</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4595</link>
    <description>&lt;pre&gt;Hi Peter,

cool stuff. The Dirichlet bc was introduced to implement barrier options only. 
Your time dependent code the right step forward..and yes, the implementation 
of the schemes is based on either free bc's or non time dependent Dirichlet 
bc's. This is also the main reason why FdmBoundaryConditionSet is linked to 
FdmDirichletBoundary instead of OperatorTraits&amp;lt;FdmLinearOp&amp;gt;::bc_set. One 
think we still need to do is to make
 
FdmDirichletBoundary::applyAfterApplying(Real x, Real value) const;

time dependent as well.

As you have written It's difficult to implement the Neumann bc in a general 
manner for the multi dimensional framework. In the one dim. framework all 
linear operators are tridiagonal operators and the Neumann bc is "doable". I 
have no idea how to translate this idea into the multi dimensional case 
except implementing the Neumann bc for all 10+ operators individually. (hmm.. 
I don't think it is enough to do this for the three basis operators alone).


good question. I haven't seen muc&lt;/pre&gt;</description>
    <dc:creator>Klaus Spanderen</dc:creator>
    <dc:date>2012-05-10T21:16:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4594">
    <title>Boost 1.44 onwards</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4594</link>
    <description>&lt;pre&gt;One issue I've discovered is that Boost Filesystem has been radically
changed in later versions. Versions 1.46 and 1.47 are backward
compatible if you include the macro "BOOST_FILESYSTEM_VERSION=2".

and may have to change (or include macro defined code).

All the best,
Simon





This communication and any attachments contains information which is confidential and may be subject to legal privilege. It is for intended recipients only. If you are not the intended recipient you must not copy, distribute, publish, rely on or otherwise use it without our consent. Some of our communications may contain confidential information which it could be a criminal offence for you to disclose or use without authority. If you have received this email in error please notify postmaster&amp;lt; at &amp;gt;fsa.gov.uk immediately and delete the email from your computer.

The FSA reserves the right to monitor all email communications for compliance with legal, regulatory and professional standards.
This email is not intended to nor should it be tak&lt;/pre&gt;</description>
    <dc:creator>Simon Ibbotson</dc:creator>
    <dc:date>2012-05-10T16:32:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4593">
    <title>Re: How all.hpp files are called on visual c++</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4593</link>
    <description>&lt;pre&gt;
They were added as a convenience.  If you include an all.hpp folder,
it recursively includes all the headers in the same directory and
those in its subdirectories.  You can use it when you want to write
some code quickly and you don't want to enumerate all the specific
#include you need.  However, be aware that it causes the compilation
times to go up, since you might be including quite some stuff you
don't need.

Luigi

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Luigi Ballabio</dc:creator>
    <dc:date>2012-05-08T08:52:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4592">
    <title>Re: Local static initialization in singleton.hpp</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4592</link>
    <description>&lt;pre&gt;Hi William,
    apologies for the delay.  We've had another contribution recently
on the singleton issue, that applies the same patch and also addresses
the problem of managing the session-id function at runtime.  The diffs
are at &amp;lt;https://github.com/mortoray/quantlib/commit/dbf6b23429b21cccb0982d6f3e5c13f5860842e1&amp;gt;;
it would be great if you (and anyone interested) could have a look and
comment.

Thanks,
    Luigi


On Wed, Apr 18, 2012 at 12:20 AM, W. Anthony Calore
&amp;lt;anthony.calore&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Luigi Ballabio</dc:creator>
    <dc:date>2012-05-08T08:41:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4590">
    <title>Re: fd questions ctd...</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/4590</link>
    <description>&lt;pre&gt;Hallo Klaus,

thanks a lot for your answers. I implemented a Neumann condition for the 
multidimensional case. I tested the new class against known solutions 
for the 1d heat equation with Neumann and mixed lower Dirichlet / upper 
Neumann conditions using some of the existing multidim schemes. The 
results suggest that the implementation is ok. Also, the testsuite runs 
without problems which is good I guess.

However, I could not see how to implement the condition by changing the 
final operator directly as done in the 1d framework. Instead I added 
functionality to change the discretization of multidim operators from 
default = FreeBoundary to Neumann by adding a method

void FdmLinearOp::discretization(Size direction, Discretization d);

The enum DiscretizationType in the same class can be used to specify a 
Neumann discretization together with the side (using bitwise or; this 
could be extended for other boundary conditions later). The method calls 
another protected virtual method changeDiscretization(&lt;/pre&gt;</description>
    <dc:creator>Peter Caspers</dc:creator>
    <dc:date>2012-05-06T19:24:39</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.finance.quantlib.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.finance.quantlib.devel</link>
  </textinput>
</rdf:RDF>

