transform_ddts()#
- NullTransformer.transform_ddts(ddts, inplace: bool = True)[source]#
Do nothing; this transformation does not affect derivatives.
- Parameters:
- ddts(n, …) ndarray
Matrix of n-dimensional snapshot time derivatives, or a single snapshot time derivative.
- inplacebool
If
True(default), returnddts. IfFalse, return a create a copy ofddts.
- Returns:
- ddts(n, …) ndarray
Snapshot time derivatives, or a copy of them if
inplace=False.
- Raises:
- ValueError
If the
statesdo not align with thestate_dimension.