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