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