from sympy.polys.matrices.sdm import SDM

def sympy_dict_to_dm(eqs_coeffs, eqs_rhs, syms) -> SDM: ...
