Re: [eigen] [patch] LDLt decomposition with rank-deficient matrices |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] [patch] LDLt decomposition with rank-deficient matrices
- From: Ben Goodrich <bgokgm@xxxxxxxxxxxxxx>
- Date: Sun, 20 Jun 2010 16:54:16 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=utYLTXQJC8mwPGICcquPUo2rGtcJy0BtW0H5FDdQWW0=; b=xocSTP/EJ+f+IKLqV5ry9ChXQpIHSjHyM/tZsMHuECOwinb6CL6YzGGHAigJEuT7js roymBo8N/abT2r3BJ71y6/wTVY94/IoZcgbGmwusrdlDeWSWUBdpS9wgshJuOvoMy9Hh YxNK2qLQjgsKGWq2HPZdP3/cMpKEmyQ8IX/6o=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Vo2OG4FfqV7SJL7KvuivMKfW+zF+RW+Ye3w7WZkli3AVzHM3d3B4OkcyZjZc4US8vx 3td3f4bAuwOOIJbkBaJPoEH5ysmo371jW1DKwUVBpH71PZS5XNKLfqTNLF9OS23cJ1mI BUHNLdR+VHmFDRihITOeR9lCrV6A/5Mmb8T4g=
On Thu, Jun 17, 2010 at 4:00 PM, Gael Guennebaud
<gael.guennebaud@xxxxxxxxx> wrote:
> hm, on the other hand for other decompositions (e.g., QR) we have
> separate classes, so maybe it makes sense to have a separate class as
> well ? (they can possibly share the same implementation)
>
> gael
It does not make too much difference to me whether there are separate
classes. Would it be sufficient to just add a flag to the class
definition, so that the methods could verify whether the decomposition
used pivoting or not?
Ben