def assign(self, n, x): return _cvxcore.IntVector2D_assign(self, n, x)
def assign(self, n: "std::vector< std::vector< int > >::size_type", x: "IntVector") -> "void": return _cvxcore.IntVector2D_assign(self, n, x)