[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata marketmodels.xml, 1.35, 1.36
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-09-21 12:03:34
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv561/gensrc/metadata Modified Files: marketmodels.xml Log Message: qlSwapForwardJacobian - use libraryClass not libraryType Index: marketmodels.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/marketmodels.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** marketmodels.xml 20 Sep 2006 10:36:13 -0000 1.35 --- marketmodels.xml 21 Sep 2006 12:03:30 -0000 1.36 *************** *** 5,8 **** --- 5,9 ---- <includes> <include>ql/MarketModels/swapforwardconversionmatrix.hpp</include> + <include>ql/MarketModels/curvestate.hpp</include> <include>qlo/optimization.hpp</include> <include>qlo/marketmodels.hpp</include> *************** *** 1132,1136 **** <!-- CurveState class interface and costructor --> ! <!--<Procedure name='qlSwapForwardJacobian'> <description>return the Jacobian between swap and forward rates</description> <alias>swapForwardJacobian</alias> --- 1133,1137 ---- <!-- CurveState class interface and costructor --> ! <!--Procedure name='qlSwapForwardJacobian'> <description>return the Jacobian between swap and forward rates</description> <alias>swapForwardJacobian</alias> *************** *** 1142,1146 **** <ParameterList> <Parameters> ! <Parameter name='curveState' libraryType='QuantLib::CurveState'> <type>string</type> <tensorRank>scalar</tensorRank> --- 1143,1147 ---- <ParameterList> <Parameters> ! <Parameter name='curveState' libraryClass='CurveState'> <type>string</type> <tensorRank>scalar</tensorRank> *************** *** 1153,1157 **** <tensorRank>matrix</tensorRank> </ReturnValue> ! </Procedure>--> --- 1154,1158 ---- <tensorRank>matrix</tensorRank> </ReturnValue> ! </Procedure--> |