Re: [eigen] cache-friendly matrix inverse

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Benoit Jacob schrieb:
> Hi,
> 
> Just for reference, i post that here. There are 2 approaches to
> cache-friendly matrix inversion, 

We were taught: don't do a matrix inversion in numerics!

> [..], but the precision is terrible, 

for exactly that reason! And it doesn't give you any computational
advantage over a LU decomposition that gets used each time you need a
solution...

  O(A^-1) = O(LU) and O(A^-1 * x) = O(U^-1 * L^-1 * x)

CU,
Chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREIAAYFAkoK/MMACgkQoWM1JLkHou2auwCeK+1kDbnVl0wizEwbe4KFH6za
j3oAoInRwMhFF+D/JWnPEC9InZiLj2DF
=JUhY
-----END PGP SIGNATURE-----



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/