transform_ddts()

transform_ddts()#

TransformerTemplate.transform_ddts(ddts, inplace=False)[source]#

Apply the learned transformation to snapshot time derivatives.

If the transformation is denoted by T(q), this function implements T such that T(ddtq)=ddtT(q).

Parameters:
ddts(n, …) ndarray

Matrix of n-dimensional snapshot time derivatives, or a single snapshot time derivative.

inplacebool

If True, overwrite ddts during the transformation. If False, create a copy of the data to transform.

Returns:
ddts_transformed(n, …) ndarray

Transformed n-dimensional snapshot time derivatives.