Linear Algebra and the C Language/a00j


Install this file in your working directory.

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

/* ------------------------------------ */   
/* Standard file                        */
/* ------------------------------------ */   
#include    <stdio.h>
#include   <stdlib.h>
#include   <stddef.h>
#include    <ctype.h>
#include     <time.h>
#include     <math.h>
/* ------------------------------------ */   
/* Help                                 */
/* ------------------------------------ */
#include      "z_d.h"  /* Define, Macro */
#include      "z_s.h"  /* clrscrn, stop */
#include      "z_r.h"  /* rand, r_I,    */
/* ------------------------------------ */   
/* Create                               */
/* ------------------------------------ */   
#include  "v_i.h"
/* ------------------------------------ */


The new Create category gives us the i_mR(); function to create our matrices and the f_mR(); function to free the space allocated by the i_mR(); function.