Re: [eigen] StdVector again |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] StdVector again
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Sat, 29 Aug 2009 12:23:31 -0400
- 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; bh=5iwrYOh4wXNxUXvWca7a5wrU6rwGk8/r+jT56sBrPBY=; b=qZDN5luYwXaI4gyQ5Ui51XwPz80McYaD39tfT28K7N2VFXtOb78eOKBaJ+WZnQAyMB z2TO5P2YqxGFuVWH76IQNq91sIIcHR5yyWMQFie9tquL1knGVJrJe4NndSxyaN786flT 13D7CO2TNaHP2lT9t542cA5gr8CJpFQoZBNBE=
- 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; b=AMQtSukq4LHAVSXIA39UL49hmLOdtGZdiPGvqVot46Kj7fdFL4ILdYNwLJvtag8Kym kPbJmmc00pLZ2JFlbpmXQqvKwa8Z4aAApN4/UYT4dQP334q4enSvnDRNZBYsVR2F4OkP IhmAkAQ8dNsO9hB6l212+JI2vwdzhU4cqoC5o=
2009/8/29 Daniel Stonier <d.stonier@xxxxxxxxx>:
> That would be definitely worth trying. Though I need to sit down on
> monday and reassess my situation properly.
No no, you brought to surface a real issue. See my other mail, see if
the solution works for your friend.
> So...I need to sit down and work out why and where he's needing to use
> the StdVector. Under what conditions exactly is it essential?
It is essential when using std::vector<T> where T is a fixed-size
vectorizable Eigen type:
http://eigen.tuxfamily.org/dox/FixedSizeVectorizable.html
Benoit