matrix.h
Go to the documentation of this file.
1 /* */
2 /* Vector and Matrix Calculation Header */
3 /* */
4 /* Ver.1.0, Jan.18,1988. */
5 /* */
6 
7 #include <stdio.h>
8 #define MAX 16
9 
10 typedef float REAL;
11 typedef REAL VECTOR[MAX];
12 typedef VECTOR MATRIX[MAX];
VECTOR MATRIX[MAX]
Definition: matrix.h:12
double REAL
Definition: arith.h:25
#define MAX
Definition: matrix.h:8
float REAL
Definition: matrix.h:10
REAL VECTOR[MAX]
Definition: matrix.h:11


euslisp
Author(s): Toshihiro Matsui
autogenerated on Fri Feb 21 2020 03:20:54