Linear Algebra and the C Language/a01j


The library

The pivot chosen in this algorithm is the largest absolute value found in matrix A. We swap rows and columns to achieve this.


Copy the library to your working directory:


Note: A new file "v_a.h" is introduced to be able to introduce the new H files.


C example to test the library: