def reserve(self, n): return _cvxcore.LinOpVector_reserve(self, n)
def reserve(self, n: "std::vector< LinOp * >::size_type") -> "void": return _cvxcore.LinOpVector_reserve(self, n)