zoomy_core.transformation.helpers module# Module zoomy_core.transformation.helpers. zoomy_core.transformation.helpers.regularize_denominator(expr, regularization_constant=0.0001, regularize=False)# Regularize denominator. zoomy_core.transformation.helpers.substitute_sympy_attributes_with_symbol_matrix(expr, attr, attr_matrix)# Substitute sympy attributes with symbol matrix. Parameters: expr (MutableDenseMatrix) – attr (Zstruct) – attr_matrix (MatrixSymbol) –