Re: [eigen] Another LDLt issue |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Another LDLt issue
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 30 Mar 2009 20:32:07 +0200
- 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=MrrQbamyeDMFHSwKEVDOQUou8tZump3Awk1KpuOF/4o=; b=i0iurpl9mXeB+H61/n5FI+I1QZuO0x/VEUWu33zl/3djXwE84BpYjwDfbpAluBpZ70 y0r4aJPfseKhVEdPx8HExKr2cgwK4ZaCNnOWk7cuZd2/VXg7gpNY1mlUqpeVBL4VzFUr Ay0aUcr2Xrz6xyMqvCfvyksVhLrapKOWzcCpY=
- 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=sNiX+Sytm+LJ1DDjquzfhzIPNYfsPNUreEu5HYJmdUU1p0O6IIpSJ6aw7sKqrDXqr/ fDVE53449+IUOq1VmS1WSiMB9CA+UYdM9d1Bi4xh9ZDlU1+rMu2dcHJRdlWo4eibPSZp IWohTRXWqmuhOYOFxlQ9n5gTXMHzy4n/o5CI8=
>>Anyway,
>> routine dsytrf does an LDLt factorization for a symmetric but not
>> necessarily positive definite
>> matrix.
>
> Our LDLt does the same,
Oops, I misread what you wrote. So, dsytrf doesn't require the matrix
to be positive? interesting. I don't have an example of a symmetric
matrix that doesn't have an LDLt decomposition, I was just saying that
the standard algorithm couldn't handle all of them, but maybe dsytrf
uses another algorithm...
Benoit