Warning

The writing of this page is in progress. Several changes are currently performed on the library. A new stable version of Codac will be released in the coming weeks.

CtcPicard: \(\dot{\mathbf{x}}(t)=\mathbf{f}\big(\mathbf{x}(t)\big)\)

Definition

Important

\[\left.\begin{array}{r}\dot{\mathbf{x}}(t)=\mathbf{f}\big(\mathbf{x}(t)\big)\end{array}\right. \longrightarrow \mathcal{C}_{\textrm{picard}}\big([\mathbf{x}](\cdot)\big)\]
ctc_picard = CtcPicard(TFunction("<var1>", "<var2...>", "<exp>"))
ctc_picard.contract(x)
CtcPicard ctc_picard(TFunction("<var1>", "<var2...>", "<exp>"));
ctc_picard.contract(x);

Technical documentation

See the C++ API documentation of this class.