Linear Algebra and the C Language/a00k


Install this file in your working directory.

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

/* ------------------------------------ */   
/* Create                               */
/* ------------------------------------ */   
#include  "vi_size.h"  /* rsize, csize  */
#include   "vi_err.h"  /* isquare ...   */
#include     "vism.h"  /* m0, eye ...   */
#include     "vim2.h"  /* i_mR, f_mR    */
/* ------------------------------------ */  
/* ------------------------------------ */