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