Linear Algebra and the C Language/a01c


Install this file in your working directory.


/* ------------------------------------ */
/*  Save as :   v_e.h                   */
/* ------------------------------------ */

/* ------------------------------------ */   
/* Determinant                          */
/* ------------------------------------ */  
#include    "vel_rop.h" /* Elementary operation on the rows    */
#include    "vel_cop.h" /* Elementary operation on the columns */
#include    "vepivot.h" /* Best pivot, zero under the pivot    */
#include    "ve_det1.h" /* Determinant                         */
#include    "ve_det2.h" /* Minor,cofactor, adjoint             */
#include    "ve_det3.h" /* Inverse                             */

/* ------------------------------------ */ 
/* ------------------------------------ */