matrix.h
Go to the documentation of this file.
00001 /*                                                              */      
00002 /*      Vector and Matrix Calculation Header                    */
00003 /*                                                              */
00004 /*                      Ver.1.0, Jan.18,1988.                   */
00005 /*                                                              */
00006 
00007 #include <stdio.h>
00008 #define MAX 16
00009 
00010 typedef float REAL;
00011 typedef REAL VECTOR[MAX];
00012 typedef VECTOR MATRIX[MAX];


euslisp
Author(s): Toshihiro Matsui
autogenerated on Thu Sep 3 2015 10:36:20