pyhs3.generic_parseΒΆ

Functions

analyze_sympy_expr(sympy_expr)

Analyzes a SymPy expression and logs its independent variables, dependent variables, and structure for debugging.

parse_expression(expr_str)

Parse a mathematical expression string into a SymPy expression.

sympy_to_pytensor(sympy_expr, variables)

Converts a SymPy expression into a PyTensor computational graph using lambdify.