def append(self, x): return _cvxcore.LinOpVector_append(self, x)
def append(self, x: "LinOp") -> "void": return _cvxcore.LinOpVector_append(self, x)