OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
BI_dvvsum.c
Go to the documentation of this file.
1
#include "
Bdef.h
"
2
void
BI_dvvsum
(
Int
N
,
char
*vec1,
char
*vec2)
3
{
4
double
*v1=(
double
*)vec1, *v2=(
double
*)vec2;
5
Int
k;
6
for
(k=0; k <
N
; k++) v1[k] += v2[k];
7
}
BI_dvvsum
void BI_dvvsum(Int N, char *vec1, char *vec2)
Definition
BI_dvvsum.c:2
Int
#define Int
Definition
Bconfig.h:22
Bdef.h
N
#define N
Definition
example_user.c:10
engine
extlib
scalapack-2.2.0
BLACS
SRC
BI_dvvsum.c
Generated by
1.15.0