Instead of summing up a number of possibly interesting AVX instructions, let’s look at some matrix operations using AVX. This is a long chapter with several pages of code; a lot will be familiar, but we will introduce several new instructions here.
We will show matrix multiplication and matrix inversion. In the next chapter, we will show how to transpose a matrix.