Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Classes
Class List
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
_
b
c
e
l
m
n
p
r
s
t
v
w
Enumerations
Enumerator
a
b
c
d
e
i
l
m
n
o
p
r
t
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
contrib
contact
clib
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
];
MATRIX
VECTOR MATRIX[MAX]
Definition:
matrix.h:12
REAL
float REAL
Definition:
matrix.h:10
MAX
#define MAX
Definition:
matrix.h:8
REAL
double REAL
Definition:
arith.h:25
VECTOR
REAL VECTOR[MAX]
Definition:
matrix.h:11
euslisp
Author(s): Toshihiro Matsui
autogenerated on Thu Jun 15 2023 02:06:43