[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata interpolation.xml, 1.41, 1.42
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-10-18 10:59:50
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv10408/gensrc/metadata Modified Files: interpolation.xml Log Message: restored loopParameter behaviour Index: interpolation.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/interpolation.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** interpolation.xml 17 Oct 2006 13:31:28 -0000 1.41 --- interpolation.xml 18 Oct 2006 10:59:47 -0000 1.42 *************** *** 155,176 **** </Member> ! <Member name='qlInterpolationXmin' libraryClass='Interpolation'> ! <description>Returns the minimum value of the x array</description> ! <libraryFunction>xMin</libraryFunction> <SupportedPlatforms> <Excel/> </SupportedPlatforms> <ParameterList> ! <Parameters/> </ParameterList> <ReturnValue> ! <type>double</type> ! <tensorRank>scalar</tensorRank> </ReturnValue> </Member> ! <Member name='qlInterpolationXmax' libraryClass='Interpolation'> ! <description>Returns the maximum value of the x array</description> ! <libraryFunction>xMax</libraryFunction> <SupportedPlatforms> <Excel/> --- 155,182 ---- </Member> ! <Member name='qlInterpolationIsInRange' libraryClass='Interpolation' loopParameter='xValues'> ! <description>Returns TRUE if the input value is in the allowed interpolation range</description> ! <libraryFunction>isInRange</libraryFunction> <SupportedPlatforms> <Excel/> </SupportedPlatforms> <ParameterList> ! <Parameters> ! <Parameter name='xValues' const='False'> ! <type>double</type> ! <tensorRank>vector</tensorRank> ! <description>x values</description> ! </Parameter> ! </Parameters> </ParameterList> <ReturnValue> ! <type>bool</type> ! <tensorRank>vector</tensorRank> </ReturnValue> </Member> ! <Member name='qlInterpolationXmin' libraryClass='Interpolation'> ! <description>Returns the minimum value of the x array</description> ! <libraryFunction>xMin</libraryFunction> <SupportedPlatforms> <Excel/> *************** *** 185,205 **** </Member> ! <Member name='qlInterpolationIsInRange' libraryClass='Interpolation'> ! <description>Returns TRUE if the input value is in the allowed interpolation range</description> ! <libraryFunction>isInRange</libraryFunction> <SupportedPlatforms> <Excel/> </SupportedPlatforms> <ParameterList> ! <Parameters> ! <Parameter name='xValues' const='False'> ! <type>double</type> ! <tensorRank>scalar</tensorRank> ! <description>x values</description> ! </Parameter> ! </Parameters> </ParameterList> <ReturnValue> ! <type>bool</type> <tensorRank>scalar</tensorRank> </ReturnValue> --- 191,205 ---- </Member> ! <Member name='qlInterpolationXmax' libraryClass='Interpolation'> ! <description>Returns the maximum value of the x array</description> ! <libraryFunction>xMax</libraryFunction> <SupportedPlatforms> <Excel/> </SupportedPlatforms> <ParameterList> ! <Parameters/> </ParameterList> <ReturnValue> ! <type>double</type> <tensorRank>scalar</tensorRank> </ReturnValue> *************** *** 478,482 **** </Member> - <Member name='qlSABRInterpolationEndCriteria' libraryClass='SABRInterpolation'> <description>Returns the optimization end criteria of the SABR fit</description> --- 478,481 ---- *************** *** 494,498 **** </Member> - <!-- Interpolation2D interface --> --- 493,496 ---- |