def build_matrix(*args): return _cvxcore.build_matrix(*args)
def build_matrix(*args) -> "ProblemData": return _cvxcore.build_matrix(*args)