[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata interpolation.xml, 1.40, 1.41
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-10-17 13:31:32
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv5822/gensrc/metadata Modified Files: interpolation.xml Log Message: restoring looping behaviour for interpolation functions Index: interpolation.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/interpolation.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** interpolation.xml 17 Oct 2006 08:44:37 -0000 1.40 --- interpolation.xml 17 Oct 2006 13:31:28 -0000 1.41 *************** *** 77,81 **** </Member> ! <Member name='qlInterpolationDerivative' libraryClass='Interpolation'> <description>Returns the first derivative of the interpolated curve</description> <libraryFunction>derivative</libraryFunction> --- 77,81 ---- </Member> ! <Member name='qlInterpolationDerivative' libraryClass='Interpolation' loopParameter='xValues'> <description>Returns the first derivative of the interpolated curve</description> <libraryFunction>derivative</libraryFunction> *************** *** 87,91 **** <Parameter name='xValues' const='False'> <type>double</type> ! <tensorRank>scalar</tensorRank> <description>x values</description> </Parameter> --- 87,91 ---- <Parameter name='xValues' const='False'> <type>double</type> ! <tensorRank>vector</tensorRank> <description>x values</description> </Parameter> *************** *** 99,107 **** <ReturnValue> <type>double</type> ! <tensorRank>scalar</tensorRank> </ReturnValue> </Member> ! <Member name='qlInterpolationSecondDerivative' libraryClass='Interpolation'> <description>Returns the second derivative of the interpolated curve</description> <libraryFunction>secondDerivative</libraryFunction> --- 99,107 ---- <ReturnValue> <type>double</type> ! <tensorRank>vector</tensorRank> </ReturnValue> </Member> ! <Member name='qlInterpolationSecondDerivative' libraryClass='Interpolation' loopParameter='xValues'> <description>Returns the second derivative of the interpolated curve</description> <libraryFunction>secondDerivative</libraryFunction> *************** *** 113,117 **** <Parameter name='xValues' const='False'> <type>double</type> ! <tensorRank>scalar</tensorRank> <description>x values</description> </Parameter> --- 113,117 ---- <Parameter name='xValues' const='False'> <type>double</type> ! <tensorRank>vector</tensorRank> <description>x values</description> </Parameter> *************** *** 125,133 **** <ReturnValue> <type>double</type> ! <tensorRank>scalar</tensorRank> </ReturnValue> </Member> ! <Member name='qlInterpolationPrimitive' libraryClass='Interpolation'> <description>Returns the primitive of the interpolated curve</description> <libraryFunction>primitive</libraryFunction> --- 125,133 ---- <ReturnValue> <type>double</type> ! <tensorRank>vector</tensorRank> </ReturnValue> </Member> ! <Member name='qlInterpolationPrimitive' libraryClass='Interpolation' loopParameter='xValues'> <description>Returns the primitive of the interpolated curve</description> <libraryFunction>primitive</libraryFunction> *************** *** 139,143 **** <Parameter name='xValues' const='False'> <type>double</type> ! <tensorRank>scalar</tensorRank> <description>x values</description> </Parameter> --- 139,143 ---- <Parameter name='xValues' const='False'> <type>double</type> ! <tensorRank>vector</tensorRank> <description>x values</description> </Parameter> *************** *** 151,155 **** <ReturnValue> <type>double</type> ! <tensorRank>scalar</tensorRank> </ReturnValue> </Member> --- 151,155 ---- <ReturnValue> <type>double</type> ! <tensorRank>vector</tensorRank> </ReturnValue> </Member> |