Registered Member
|
The eigen tutorial/docs say:
Does that mean that it is always advisable/better for matrices smaller than 4x4 to call the .inverse() function instead of performing a decomposition? Are there numerically stable operations performed? Cheers vernal |
Moderator
|
regarding numerical accuracy it is always better not to compute the inverse but directly compute A^1 * B through the solve methods of the decompositions. Now, for very small matrices, specialized inverse functions are also much faster and should give enough accuracy in most cases.
|
Registered users: bartoloni, Bing [Bot], Evergrowing, Google [Bot], q.ignora