QLXL matrix parameter type conversion/translation question
Posted by
japari on
Mar 20, 2013; 5:04pm
URL: http://quantlib.414.s1.nabble.com/QLXL-matrix-parameter-type-conversion-translation-question-tp14152.html
Hello all,
Why is it when I write:
<Parameter name='SomeVectorVector'>
<type>QuantLib::Real</type>
<tensorRank>matrix</tensorRank>
<description>My Matrix.</description>
</Parameter>
the code generated in create_myspaguetti.cpp does not write the conversion. The variable SomeVectorVectorLib is not declared but invoked when calling the constructor/meber/procedure.
Of course I can live with it since:
<Parameter name='SomeVectorVector'>
<type>double</type>
<tensorRank>matrix</tensorRank>
<description>My Matrix.</description>
</Parameter>
goes fine.
But I must be missing something.
?
Apologies if it is documented somewhere already.
Best regards
Pepe
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users