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
rank.c
Go to the documentation of this file.
1
#include "
arith.h
"
2
3
int
rank
(
n
,p,
s
)
4
int
n
,p;
5
MATRIX
s
;
6
{
7
int
i,full,
rank
,
min0
();
8
9
full=
min0
(2,
n
,p);
10
rank=0;
11
12
for
(i=0; i<full; i++){
13
if
(
s
[i][i]<
NSPACE
)
14
break
;
15
else
16
rank += 1;
17
}
18
19
return
(rank);
20
}
21
arith.h
rank
int rank(int n, int p, MATRIX s)
Definition:
rank.c:3
n
GLfloat n[6][3]
Definition:
cube.c:15
s
short s
Definition:
structsize.c:2
min0
int min0(va_alist)
Definition:
min0.c:7
MATRIX
VECTOR MATRIX[MAX]
Definition:
arith.h:27
NSPACE
#define NSPACE
Definition:
arith.h:17
euslisp
Author(s): Toshihiro Matsui
autogenerated on Mon Feb 28 2022 22:18:28