Re: [eigen] Re: about std::vector::resize (again) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Re: about std::vector::resize (again)
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Fri, 6 Feb 2009 19:52:02 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=NhC4ZinEY79bz6fmfJ8+jBqSo4J7GozZcBN2X33cRiE=; b=A4pWIKYcWOnAIoaXfkM2zgRgVPkQhR7DmUHFHBQ4WIf2RF+B5sPUmH29t7NOPBri1v 8oUNOJEVJ9RMSofjSaEVlL6UVCmBGTLbihH6HoKB5BK/+FcgMzQIj9LwBdIbYPOWF/QZ cY2lvRNDTKSnFuX8vHfX3KaolyqOpO0TezGsk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=WuTE614ShmnKVpfuQDIKx3Fg9DW/YANJZVBCImIKYM1WTZ7CAhViBmtDtSqZ9zW9Cc MmEZkex6LMOLAjpfd4jGXASrS6nYhDSmxLyVfvDVZTP7MsiyKVCKuPomhd+unKr/x/rn G8w1BfejoWhsfT5LMu1Wo9HzG2DP8RAoGHblA=
2009/2/6 Gael Guennebaud <gael.guennebaud@xxxxxxxxx>:
> I forgot to mention that this would also requires to allow Matrix to
> resize to 0. Eg:
That is not a problem at all for me, and even better, solves one
annoying issue i was wondering how to fix: as you know we don't
currently allow to copy an uninitialized matrix into another one,
exactly for this reason, and that is causing trouble to users of Boost
containers.
Cheers,
Benoit