Linear Algebra and the C Language/a015


Install this file in your working directory.

/* ------------------------------------ */
/*  Save as :   v_b.h                   */
/* ------------------------------------ */
/* ------------------------------------ */   
/* Basic operation                      */
/* ------------------------------------ */   
#include "vbm.h"  /* add_mR sub_m mul_m */
#include "vbtm.h" /* transpose_mR       */
#include "vbsm.h" /* taylor series      */
/* ------------------------------------ */ 
/* ------------------------------------ */