Re: [eigen] How to compute the inverse of a sparse matrix? And how ist computeInverseWithCheck(..) used correctly? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] How to compute the inverse of a sparse matrix? And how ist computeInverseWithCheck(..) used correctly?
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 30 Sep 2010 08:46:34 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=QniZGNeXZRO2581E68diY7ki0b2cDBhgnySsiocl5c8=; b=rqJ/Y1MNKfoYWg79IBATzFw4GbxFscrVMgv8CyJdyZmJ874M36YzV7QBiYZgVvxJ8i AYjIfQzVfueHLOYadCzcXD6pBTEtNH/gge+dv0pp6V7i36PwBSDpAB9BCSO/VZJPTNg6 xUp0Eng/srQXJzIhQL+xHNV/Hz6RpepFZmjvM=
- 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=qKwzMAznx3v6YGhFdHTHBoqyVlAvi4vTzQhfmnEjx/eYHd3vox7NQfa7B8DReqB7Jo ewpY6sBPcjwDns6vWTt7w3GdhDhOVP4OSLZ12V3NYitFoHZBFyGONA8dYEKmLWq8SQuN qvBw8FaVUP+hISYwNbuLRLxtmagwhup8v947A=
2010/9/30 Mathias Goldau <math@xxxxxxxxxxxxxxxxxxxxxxxxx>:
> BTW: Is there an implementation for pseudo inverse matrices aka moore-penrose
> inverse. Luckily for sparse matrices?
I don't think we have any pseudo-inverse function. For dense matrices
we have SVD, from which it's easy to get the pseudo-inverse.
Benoit
>
>
> --
> Institut für Informatik
> Universität Leipzig
> Johannisgasse 26, 04103 Leipzig
> Phone: +493419732283
>
>
>