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