QuantLib causing Python kernel restart

Posted by net316 on
URL: http://quantlib.414.s1.nabble.com/QuantLib-causing-Python-kernel-restart-tp15760.html

Hi,

Thanks in advance for your help and I apologize if the issue is trivial/obvious to everyone but me.

I am trying to run the below in python and the kernel shuts down everytime. 
The e = , f= , g= lines cause the problem.

from QuantLib import *
a = [1,2,3,4,5]
b = [11,12,13,14,15]
a= DoubleVector(a)
b = DoubleVector(b)
e = LinearInterpolation (a,b)
f = BicubicSpline(a.begin() , a.end() , b.begin())
g = CubicNaturalSpline(a , b)

Flannery O'Connor

------------------------------------------------------------------------------

_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users