SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ BI_svvsum()

void BI_svvsum ( Int  N,
char *  vec1,
char *  vec2 
)

Definition at line 2 of file BI_svvsum.c.

3{
4 float *v1=(float*)vec1, *v2=(float*)vec2;
5 Int k;
6 for (k=0; k < N; k++) v1[k] += v2[k];
7}
#define Int
Definition Bconfig.h:22
Here is the caller graph for this function: