SCALAPACK
2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
BI_ivvsum.c
Go to the documentation of this file.
1
#include "
Bdef.h
"
2
void
BI_ivvsum
(
Int
N,
char
*vec1,
char
*vec2)
3
{
4
Int
*v1=(
Int
*)vec1, *v2=(
Int
*)vec2;
5
Int
k;
6
for
(k=0; k < N; k++) v1[k] += v2[k];
7
}
BI_ivvsum
void BI_ivvsum(Int N, char *vec1, char *vec2)
Definition
BI_ivvsum.c:2
Int
#define Int
Definition
Bconfig.h:22
Bdef.h
BLACS
SRC
BI_ivvsum.c
Generated on Sun Jan 12 2025 15:58:37 for SCALAPACK by
1.9.8