Re: [eigen] Opinions on some minor features for 3.2 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Opinions on some minor features for 3.2
- From: Billy Araujo <billyaraujo@xxxxxxxxx>
- Date: Wed, 20 Mar 2013 17:43:21 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=iCOCxOCvfzixYDv+Mb2k2ZQ9d0vd1/YWkE8NGmJTn20=; b=ouiIuXAbn1LUlKgBLCn7ORfS0A6I+f1nH3rxNTrcRaPRkove26TD5ylmQ5lhBu9HG5 y5Yp/j8bWmc/SfntHWvD/uks/4TuHHhX5CAdLoOGPGCCMgPdYEo1Ko3+SipnkeTn8TgR jwloYQBfY6cYH46YgjSUKscPAJ6oP2X1eScT1PEUy55VmWGMpnrYX0/rEDiLsjOjlz60 6pxeuxrhg0F/vasCbSu3T31wlupKB4QH5bYYPD8SMn52XMBLJIbprGt6wMqtQwT1pzTo k8NWwQgr+SSiAU5fGAfT3x0lWOPGwfRAzpXj4jeAd/G6DFeEZqG8tu34YdnlG+rNBTiQ ltTA==
I realize this is not a suggestion for version 3.2 just an idea for
future versions maybe.
I downloaded version 3.2 and it seems to be working ok. At least all
my tests passed.
Billy.
On Wed, Mar 20, 2013 at 4:38 PM, Gael Guennebaud
<gael.guennebaud@xxxxxxxxx> wrote:
> On Wed, Mar 20, 2013 at 4:56 PM, Billy Araujo <billyaraujo@xxxxxxxxx> wrote:
>> It would be nice if Eigen had a feature in Sparse and Dense Matrices
>> to eliminate a row/column thus reducing size of matrix and obtain
>> permutation vector and a right hand vector with the know values.
>>
>> similiar suggested by:
>> http://eigen.tuxfamily.org/bz/show_bug.cgi?id=273
>>
>> this would be useful for finite element analysis. I have done this on
>> top of eigen and can contribute my code for further clean up and
>> testing as I am not too familiar with eigen's inner architecture.
>
> OK, this is clearly not for 3.2, but I'm still interested to see your
> approach in more details. So feel free to add a bug report with your
> code (even not polished, it's just to make your approach clearer).
> Probably as a new entry since bug 273 is about simply changing the row
> by en empty one with 1 one the diagonal, that is a bit different but
> still interesting to preserve fixed size blocks!
>
> gael
>
>