Linear Algebra and the C Language/a01y
Install this file in your working directory.
/* ------------------------------------ */
/* Save as : v_g.h */
/* ------------------------------------ */
/* ------------------------------------ */
/* Gauss jordan */
/* ------------------------------------ */
#include "vg_i.h" /* create */
#include "vgel_op.h" /* */
#include "vgc_m.h" /* copy */
#include "vgc_ab.h" /* copy */
#include "vgsort.h" /* */
#include "vgconsit.h" /* */
#include "vgj1piv.h" /* */
#include "vgj3piv.h" /* */
#include "vgj1.h" /* gauss jordan */
#include "vgj3.h" /* */
/* ------------------------------------ */
/* ------------------------------------ */