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
mat_copy.c
Go to the documentation of this file.
1
#include "
arith.h
"
2
3
mat_copy
(x,y,
n
,p)
4
MATRIX
x,y;
5
int
n
,p;
6
{
7
int
i,j;
8
9
for
(i=0; i<
n
; i++){
10
for
(j=0; j<p; j++){
11
y[i][j] = x[i][j];
12
}
13
}
14
}
arith.h
n
GLfloat n[6][3]
Definition:
cube.c:15
mat_copy
mat_copy(MATRIX x, MATRIX y, int n, int p)
Definition:
mat_copy.c:3
MATRIX
VECTOR MATRIX[MAX]
Definition:
arith.h:27
euslisp
Author(s): Toshihiro Matsui
autogenerated on Mon Feb 28 2022 22:18:27