1 // SWIG file CholeskyMethod.i
2 
3 %{
4 #include "openturns/CholeskyMethod.hxx"
5 %}
6 
7 %include CholeskyMethod_doc.i
8 
9 %include openturns/CholeskyMethod.hxx
CholeskyMethod(const CholeskyMethod & other)10 namespace OT { %extend CholeskyMethod { CholeskyMethod(const CholeskyMethod & other) { return new OT::CholeskyMethod(other); } } }
11