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
proteus_blas.h
Go to the documentation of this file.
1
#ifndef PROTEUS_BLAS_PROTO_H
2
#define PROTEUS_BLAS_PROTO_H
3
#ifdef __cplusplus
4
extern
"C"
5
{
6
#endif
7
extern
void
dcopy_
(
const
int
* N,
const
double
*X,
const
int
* incX,
double
*
Y
,
const
int
* incY);
8
#ifdef __cplusplus
9
}
10
#endif
11
#endif
Y
Double * Y
Definition:
Headers.h:48
dcopy_
void dcopy_(const int *N, const double *X, const int *incX, double *Y, const int *incY)
Generated on Fri Jul 1 2022 11:17:39 for proteus by
1.8.20