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