tdcpy.base module#
Abstract Parent Class for RDDE, NDDE, DDAE#
- class tdcpy.base.TDSBase#
Bases:
ABC- abstract property hA: ndarray[tuple[Any, ...], dtype[_ScalarT]]#
vector of delays in the system matrices, shape (mA,)
- abstract property E: ndarray[tuple[Any, ...], dtype[_ScalarT]]#
E matrix from TDS representation, shape (n, n)
- abstractmethod get_delay_difference_equation()#
associated delay difference equation