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