Re: [eigen] Using SparseLU to calculate the determinant. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [eigen] Using SparseLU to calculate the determinant.
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Mon, 15 Apr 2013 19:25:47 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=kdCsQFMnPm+BKkGGvaoQI/6oaUVS0nRRGkKOpO0Axkw=; b=0uQLdD9UvvIA9P0cmPH6igcI36o6UVlIU7uCZaYlBnDyufSxA/BQg8rECQHJoa3zLp H5h3EoyHnHdCHbmJLDwmdG2cwQWXMn+Xk+sU90THT8Oj+u4OA94mX3OpLVXD/SphVInq SMlDRJn0XQEBf4gVYvs4caDNI5YsiyI2fcCYVLbMEOdkfDpA1Gs9KqkddzmAu5JqDEDf WeyN/I7QWhiMqwsYIC0J9rMH9mweJI3jwjDVm59FKJjspT5DOYklDi6DAUppqJr8mW5p lPfntx2ZLXImrI8l/zb5KkT8W7myHlMy/6RkjWdJJJp/r+vxwPQ5LlqHHI6hXkS+iCUP H5KQ==
Do you have an idea to add balancing to SparseLU (API-wise)? We should
make sure whether this can be easily added without breaking the API or
requiring a new class.
gael
On Mon, Apr 15, 2013 at 5:52 PM, Desire NUENTSA
<desire.nuentsa_wakam@xxxxxxxx> wrote:
> Hi,
> Please, find a feature request at
> http://eigen.tuxfamily.org/bz/show_bug.cgi?id=588
> with a patch to do that.
> In my opinion, We should add a feature to balance the matrix before pushing
> the patch.
>
> Nuentsa W.
>
>
> On 04/13/2013 05:39 PM, Joseph Maestri wrote:
>
> Hi,
>
> Decided to email this since SparseLU is in 3.2.0-beta1.
>
> Currently, calculating the determinant of a sparse matrix can be achieved
> using the SparseCholesky module. Is there a plan to extend this
> functionality to the SparseLU module? Not sure how trivial this is since I
> have not looked into the specifics of the implementation and how the
> factorisation is stored.
>
> Regards,
> Joseph