Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11035/gensrc/metadata
Modified Files:
mathf.xml prices.xml randomsequencegenerator.xml
Log Message:
QuantLibAddin doesn'r rely on QuantLibFunctions anymore
Index: mathf.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/mathf.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** mathf.xml 21 Aug 2006 07:34:29 -0000 1.17
--- mathf.xml 30 Aug 2006 10:12:49 -0000 1.18
***************
*** 4,8 ****
<xlFunctionWizardCategory>QuantLib - Math</xlFunctionWizardCategory>
<includes>
- <include>ql/Functions/mathf.hpp</include>
<include>ql/Math/primenumbers.hpp</include>
<include>ql/Math/pseudosqrt.hpp</include>
--- 4,7 ----
Index: prices.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/prices.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** prices.xml 28 Aug 2006 10:05:24 -0000 1.8
--- prices.xml 30 Aug 2006 10:12:49 -0000 1.9
***************
*** 4,8 ****
<xlFunctionWizardCategory>QuantLib - Financial</xlFunctionWizardCategory>
<includes>
! <include>ql/Functions/prices.hpp</include>
</includes>
<copyright>
--- 4,8 ----
<xlFunctionWizardCategory>QuantLib - Financial</xlFunctionWizardCategory>
<includes>
! <include>ql/prices.hpp</include>
</includes>
<copyright>
Index: randomsequencegenerator.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/randomsequencegenerator.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** randomsequencegenerator.xml 28 Aug 2006 10:05:24 -0000 1.8
--- randomsequencegenerator.xml 30 Aug 2006 10:12:49 -0000 1.9
***************
*** 3,7 ****
--- 3,12 ----
<displayName>Random Sequence Generator</displayName>
<xlFunctionWizardCategory>QuantLib - Math</xlFunctionWizardCategory>
+ <includes>
+ <include>qlo/randomsequencegenerator.hpp</include>
+ <include>qlo/vo_randomsequencegenerator.hpp</include>
+ </includes>
<copyright>
+ Copyright (C) 2006 Ferdinando Ametrano
Copyright (C) 2006 Aurelien Chanudet
</copyright>
***************
*** 11,15 ****
<Procedure name='qlRand'>
<description>returns a random number between 0 and 1.</description>
! <alias>QuantLib::rand</alias>
<supportedPlatforms>
<supportedPlatform>excel</supportedPlatform>
--- 16,20 ----
<Procedure name='qlRand'>
<description>returns a random number between 0 and 1.</description>
! <alias>QuantLibAddin::rand</alias>
<supportedPlatforms>
<supportedPlatform>excel</supportedPlatform>
***************
*** 25,31 ****
</Procedure>
! <!--Procedure name='qlRandomize'>
! <description>returns a random number between 0 and 1.</description>
! <alias>QuantLib::randomize</alias>
<ParameterList>
<Parameters>
--- 30,40 ----
</Procedure>
! <Procedure name='qlRandomize'>
! <description>initialize with the given seed the random number generator used by qlRand().</description>
! <alias>QuantLibAddin::randomize</alias>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! <supportedPlatform>calc</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 41,45 ****
<tensorRank>scalar</tensorRank>
</ReturnValue>
! </Procedure-->
<Member name='qlVariates' objectClass='RandomSequenceGenerator' dependencyTrigger='true'>
--- 50,54 ----
<tensorRank>scalar</tensorRank>
</ReturnValue>
! </Procedure>
<Member name='qlVariates' objectClass='RandomSequenceGenerator' dependencyTrigger='true'>
|