def assign(self, n, x): return _cvxcore.DoubleVector2D_assign(self, n, x)
def assign(self, n: "std::vector< std::vector< double > >::size_type", x: "DoubleVector") -> "void": return _cvxcore.DoubleVector2D_assign(self, n, x)