Linear Algebra and the C Language/a007
The library
Copy the library to your working directory:
- v_a.h ......................... Declaration of h files
- v_e.h .................... Determinant
- vel_rop.h ........ Elementary operations on rows
- vel_cop.h ........Elementary operations on columns
- vepivot.h ........ Select the correct pivot
- ve_det1.h ....... Calculate the determinant
- ve_det2.h ....... minor, co-factor, adjoint
- ve_det3.h ....... Calculate the inverse
- v_r.h ............... Random matrices (Update)
- v_e.h .................... Determinant
Note: A new file "v_a.h" is introduced to be able to introduce the new H files.
C example to test the library: