Loading [MathJax]/extensions/TeX-AMS-MML_HTMLorMML.js
proteus
1.8.1
C/C++/Fortran libraries
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
b
c
d
e
f
g
h
i
k
n
p
r
s
w
x
y
z
Functions
_
b
c
d
e
f
g
h
i
k
n
p
r
s
w
x
y
z
Variables
Typedefs
Classes
Class List
Class Index
Class Hierarchy
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
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
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
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Macros
Modules
Users
cekees
proteus
proteus
fenton
Allocation.h
Go to the documentation of this file.
1
float
*
vector
(
long
nl
,
long
nh);
2
double
*
dvector
(
long
nl
,
long
nh);
3
double
**
dmatrix
(
long
nrl,
long
nrh,
long
ncl,
long
nch);
4
void
free_ivector
(
int
*
v
,
long
nl
,
long
nh);
5
void
free_dvector
(
double
*
v
,
long
nl
,
long
nh);
6
void
free_dmatrix
(
double
**m,
long
nrl,
long
nrh,
long
ncl,
long
nch);
dmatrix
double ** dmatrix(long nrl, long nrh, long ncl, long nch)
Definition:
Util.cpp:16
nl
#define nl(x)
Definition:
jf.h:17
dvector
double * dvector(long nl, long nh)
Definition:
Util.cpp:7
free_dmatrix
void free_dmatrix(double **m, long nrl, long nrh, long ncl, long nch)
Definition:
Util.cpp:44
v
Double v
Definition:
Headers.h:95
free_dvector
void free_dvector(double *v, long nl, long nh)
Definition:
Util.cpp:38
free_ivector
void free_ivector(int *v, long nl, long nh)
vector
float * vector(long nl, long nh)
Generated on Fri Jul 1 2022 11:15:12 for proteus by
1.8.20