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
fugo_calc.c
Go to the documentation of this file.
1
#include "
arith.h
"
2
3
REAL
fugo_calc
(f,linetab,i,en,r)
4
MATRIX
f
;
5
LINE
linetab[
MAXEDGE
];
6
int
i,en,r;
7
{
8
REAL
fugo;
9
register
int
j;
10
11
fugo=0.0;
12
for
(j=0; j<r; j++)
13
fugo +=
f
[i][j] * linetab[en].
s
[j];
14
15
return
(fugo);
16
}
f
f
arith.h
REAL
double REAL
Definition:
arith.h:25
MAXEDGE
#define MAXEDGE
Definition:
arith.h:14
line
Definition:
arith.h:33
s
short s
Definition:
structsize.c:2
MATRIX
VECTOR MATRIX[MAX]
Definition:
arith.h:27
fugo_calc
REAL fugo_calc(MATRIX f, linetab, int i, int en, int r)
Definition:
fugo_calc.c:3
euslisp
Author(s): Toshihiro Matsui
autogenerated on Mon Feb 28 2022 22:18:27