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