|
AP-929 Streaming SIMD Extensions - Inverse of 6x6 Matrix
This application note describes the inversion of a 6x6-matrix using Streaming SIMD Extensions.
The performance of the C code with Streaming SIMD Extensions, which implements the inverse of a 6x6-matrix under some general assumptions, is approximately 2.5 times better that C code implementation based on Gaussian elimination method. (See section 5.1.)
|